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 #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
        at  fb0637717e23c8d18b84c2c7b12fb59fd25c7f53 (commit)

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

commit fb0637717e23c8d18b84c2c7b12fb59fd25c7f53
Author: David S. Miller <davem@davemloft.net>
Date:   Wed Nov 6 16:35:53 2013 -0500

    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.

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

-- 
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]