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/15000] Invalid ASM instruction for setting the FPU register on hppa


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

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Carlos O'Donell <carlos at redhat dot com> 2013-05-15 15:52:20 UTC ---
Fixed.

commit b7f7d28b61a806f02e1f4cea81213027c088be8b
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Wed May 15 11:47:47 2013 -0400

    hppa: Fix _FPU_GETCW and _FPU_SETCW.

    The following patch fixes both _FPU_GETCW and
    _FPU_SETCW for hppa. The initial implementation was
    flawed and not well tested. We failed to set cw,
    and passed in the value of a register to fldd.
    This patch fixes both of those errors and allows
    the libm tests to pass without failure.

    Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
    Signed-off-by: Carlos O'Donell <carlos@redhat.com>
    ---

    2013-05-15  Guy Martin  <gmsoft@tuxicoman.be>
            Carlos O'Donell  <carlos@redhat.com>

        [BZ# 15000]
        * ports/sysdeps/hppa/fpu/fpu_control.h (_FPU_GETCW): Set cw.
        (_FPU_SETCW): Pass address to fldd.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]