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 math/23735] New: libnldbl_nonshared.a references internal libm symbols


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

            Bug ID: 23735
           Summary: libnldbl_nonshared.a references internal libm symbols
           Product: glibc
           Version: 2.28
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
  Target Milestone: ---

The redirection of built-in functions such as sqrt in include/math.h applies
when the wrappers for those functions in libnldbl_nonshared.a are built,
resulting in references to internal names such as __ieee754_sqrt that aren't
actually exported from the shared libm.  (This applies for sqrt in 2.28, also
for the round-to-integer functions in current master because of my changes
there.)

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