This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ports/16379] IA64 setjmp/longjmp wrongly save/restore floating-point flags


http://sourceware.org/bugzilla/show_bug.cgi?id=16379

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e646a161cef3069fe1a6c92b750a87350630c62d (commit)
      from  030a4976b81de991f53d0d3c4d049f7903bd407c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e646a161cef3069fe1a6c92b750a87350630c62d

commit e646a161cef3069fe1a6c92b750a87350630c62d
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Dec 30 09:40:38 2013 +0000

    ia64: setjmp/longjmp: stop saving/restoring fpsr [BZ #16379]

    The new tst-setjmp-fp test has been failing on IA64 because the setjmp
    and longjmp helpers take care of saving/restoring the fpsr register.
    Per the C standards, this is incorrect, so disable that logic.

    URL: https://sourceware.org/bugzilla/show_bug.cgi?id=16379
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.ia64                               |   13 +++++++++++--
 ports/sysdeps/unix/sysv/linux/ia64/__longjmp.S     |    6 +++---
 .../unix/sysv/linux/ia64/nptl/__ia64_longjmp.S     |    6 +++---
 ports/sysdeps/unix/sysv/linux/ia64/setjmp.S        |    8 ++++----
 4 files changed, 21 insertions(+), 12 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]