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 libc/9924] New: Overriding nptl/init.c also overrides csu/init.c


To override certain pthread symbols a machine in ports must also override
nptl/init.c to initialize the structure of pointers used by nptl/forward.c.

However, overriding nptl/init.c also overrides csu/init.c, because the file
names are the same.

The solution is to rename csu/init.c to csu/csu-init.c. Patch attached. No
regressions on hppa-linux-gnu.

Please apply.

-- 
           Summary: Overriding nptl/init.c also overrides csu/init.c
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: carlos at codesourcery dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: hppa-linux-gnu
  GCC host triplet: hppa-linux-gnu
GCC target triplet: hppa-linux-gnu


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]