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/10097] New: Allow libc-port machine to override nptl/init.c without overriding csu/init.c


The nptl and csu directories both have an init.c file. The hppa port needs to
override the file nptl/init.c as part of the process of creating new versions of
certain pthread functions. Unfortunately csu/init.c is also overridden by any
init.c in an hppa subdir.

The following patch renames csu/init.c to csu/csu-init.c to allow libc-port
machines to override nptl/init.c without also overriding csu/csu-init.c

No regressions on hppa-linux-gnu.

Please apply.

-- 
           Summary: Allow libc-port machine to override nptl/init.c without
                    overriding 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=10097

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