From: Andreas Jaeger Date: Wed, 21 Aug 2002 08:09:20 +0000 (+0000) Subject: (CFLAGS-pt-initfini.s): Set it. X-Git-Tag: cvs/glibc-2-3~424 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c70a09361351def6adbca99751a9d827aa5cae63;p=platform%2Fupstream%2Fglibc.git (CFLAGS-pt-initfini.s): Set it. 2002-06-17 Andreas Jaeger * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s): Set it. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2be8251..39c88c0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-06-17 Andreas Jaeger + + * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s): + Set it. + 2002-08-20 Ulrich Drepper * sysdeps/i386/useldt.h: Go back to using 16-bit instructions when diff --git a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile index 50b4ee3..b65099f 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile +++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile @@ -1,4 +1,5 @@ ifeq ($(subdir),linuxthreads) +CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions -fno-asynchronous-unwind-tables # gcc -m64 has /usr/lib64/crti.o hardcoded in the specs file, because otherwise # it would normally find 32bit crti.o. LDFLAGS-pthread.so += -specs=$(objpfx)specs