mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Rename nptl/init.c to nptl/nptl-init.c.
Needed to allow overwriting architectures init.c in csu and nptl individually. Fixes BZ #9924.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2009-05-16 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #9924]
|
||||||
|
* nptl-init.c: Renamed from init.c.
|
||||||
|
* Makefile: Change all occurences of init.c to nptl-init.c.
|
||||||
|
|
||||||
2009-05-15 Ulrich Drepper <drepper@redhat.com>
|
2009-05-15 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* cancellation.c (__pthread_disable_asynccancel): Correct the bits
|
* cancellation.c (__pthread_disable_asynccancel): Correct the bits
|
||||||
|
@@ -31,7 +31,7 @@ install-lib-ldscripts := libpthread.so
|
|||||||
routines = alloca_cutoff forward libc-lowlevellock libc-cancellation
|
routines = alloca_cutoff forward libc-lowlevellock libc-cancellation
|
||||||
shared-only-routines = forward
|
shared-only-routines = forward
|
||||||
|
|
||||||
libpthread-routines = init vars events version \
|
libpthread-routines = nptl-init vars events version \
|
||||||
pthread_create pthread_exit pthread_detach \
|
pthread_create pthread_exit pthread_detach \
|
||||||
pthread_join pthread_tryjoin pthread_timedjoin \
|
pthread_join pthread_tryjoin pthread_timedjoin \
|
||||||
pthread_self pthread_equal pthread_yield \
|
pthread_self pthread_equal pthread_yield \
|
||||||
@@ -139,8 +139,8 @@ CFLAGS-pthread_atfork.c = -DNOT_IN_libc
|
|||||||
# we have to compile some files with exception handling enabled, some
|
# we have to compile some files with exception handling enabled, some
|
||||||
# even with asynchronous unwind tables.
|
# even with asynchronous unwind tables.
|
||||||
|
|
||||||
# init.c contains sigcancel_handler().
|
# nptl-init.c contains sigcancel_handler().
|
||||||
CFLAGS-init.c = -fexceptions -fasynchronous-unwind-tables
|
CFLAGS-nptl-init.c = -fexceptions -fasynchronous-unwind-tables
|
||||||
# The unwind code itself,
|
# The unwind code itself,
|
||||||
CFLAGS-unwind.c = -fexceptions
|
CFLAGS-unwind.c = -fexceptions
|
||||||
CFLAGS-unwind-forcedunwind.c = -fexceptions -fasynchronous-unwind-tables
|
CFLAGS-unwind-forcedunwind.c = -fexceptions -fasynchronous-unwind-tables
|
||||||
|
Reference in New Issue
Block a user