mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 09:01:07 +00:00
Update.
* csu/Makefile: Do compile elf-init with PIC flag since in dynamic binaries it has to be relocatable.
This commit is contained in:
parent
d7234d9fac
commit
1ad318d369
@ -1,5 +1,8 @@
|
|||||||
2003-05-13 Ulrich Drepper <drepper@redhat.com>
|
2003-05-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* csu/Makefile: Do compile elf-init with PIC flag since in dynamic
|
||||||
|
binaries it has to be relocatable.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/waitpid.c: Use waitpid syscall is available.
|
* sysdeps/unix/sysv/linux/waitpid.c: Use waitpid syscall is available.
|
||||||
|
|
||||||
2003-05-12 Steven Munroe <sjmunroe@us.ibm.com>
|
2003-05-12 Steven Munroe <sjmunroe@us.ibm.com>
|
||||||
|
@ -83,11 +83,6 @@ ifeq ($(have-initfini),yes)
|
|||||||
|
|
||||||
CPPFLAGS += -DHAVE_INITFINI
|
CPPFLAGS += -DHAVE_INITFINI
|
||||||
|
|
||||||
# We don't want this compiled with PIC.
|
|
||||||
# It's never included in shared libraries, unlike the rest of libc_nonshared.a.
|
|
||||||
CPPFLAGS-elf-init.oS = $(patsubst %,-UPIC,$(pic-ccflag))
|
|
||||||
CFLAGS-elf-init.oS = $(patsubst -f%,-fno-%,$(pic-ccflag))
|
|
||||||
|
|
||||||
# These are the special initializer/finalizer files. They are always the
|
# These are the special initializer/finalizer files. They are always the
|
||||||
# first and last file in the link. crti.o ... crtn.o define the global
|
# first and last file in the link. crti.o ... crtn.o define the global
|
||||||
# "functions" _init and _fini to run the .init and .fini sections.
|
# "functions" _init and _fini to run the .init and .fini sections.
|
||||||
|
Loading…
Reference in New Issue
Block a user