From bcc565a047cc50dfbe6eccb13d635ff690b55649 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 3 Sep 2002 03:14:59 +0000 Subject: [PATCH] Update. --- ChangeLog | 2 -- linuxthreads/ChangeLog | 4 ++++ linuxthreads/sysdeps/powerpc/Makefile | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 linuxthreads/sysdeps/powerpc/Makefile diff --git a/ChangeLog b/ChangeLog index bc51375..09bafdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,6 @@ __pthread_initialize_minimal and __libc_check_standard_fds to match the generic version. - * sysdeps/powerpc/Makefile (CFLAGS-pt-initfini.s): New variable. - * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a warning when INLINE_SYSCALL macro uses the __syscall_ipc function. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0e698ba..0281b2a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-09-02 Roland McGrath + + * sysdeps/powerpc/Makefile (CFLAGS-pt-initfini.s): New variable. + 2002-09-01 Roland McGrath * sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t): Add new keys diff --git a/linuxthreads/sysdeps/powerpc/Makefile b/linuxthreads/sysdeps/powerpc/Makefile new file mode 100644 index 0000000..37eb22e --- /dev/null +++ b/linuxthreads/sysdeps/powerpc/Makefile @@ -0,0 +1,4 @@ +ifeq ($(subdir):$(elf),linuxthreads:yes) +# See CFLAGS-initfini.s above; this is the same code. +CFLAGS-pt-initfini.s = -g0 -fpic -O1 +endif -- 2.7.4