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 soft-fp/18473] New: [powerpc-nofpu] __sqrtsf2, __sqrtdf2 should be compat symbols


https://sourceware.org/bugzilla/show_bug.cgi?id=18473

            Bug ID: 18473
           Summary: [powerpc-nofpu] __sqrtsf2, __sqrtdf2 should be compat
                    symbols
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: soft-fp
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: joseph at codesourcery dot com
  Target Milestone: ---
              Host: powerpc*-*-linux*

powerpc-nofpu libc exports __sqrtsf2 and __sqrtdf2 symbols.  The export of
these soft-fp symbols is a mistake; they aren't part of the libgcc interface
and GCC will never generate code that calls them.  Thus, they should become
compat symbols.

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