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 build/15985] toolchain building for sparc32 fails


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

--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
       via  2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8 (commit)
      from  2770d15e7e880821fc586619c59eb45180628e16 (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=2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8

commit 2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8
Author: David S. Miller <davem@davemloft.net>
Date:   Wed Nov 6 13:01:36 2013 -0800

    Fix build on pre-v9 32-bit Sparc.

    We cannot use fnegd in this code, as fnegd was added in v9.
    Only fnegs exists in v8 and earlier.

        [BZ #15985]
        * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
        on pre-v9 cpus, use a fnegs+fmovs sequence instead.

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

Summary of changes:
 ChangeLog                          |    6 ++++++
 NEWS                               |    2 +-
 sysdeps/sparc/sparc32/fpu/s_fdim.S |    3 ++-
 3 files changed, 9 insertions(+), 2 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]