OSDN Git Service

In a number of places we erroneously used tests such as '#ifdef PIC' when we
authorEric Andersen <andersen@codepoet.org>
Fri, 30 May 2003 04:47:47 +0000 (04:47 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 30 May 2003 04:47:47 +0000 (04:47 -0000)
commiteeb9d29da882153b1fa2b1e00178899bb95659b2
treef3821d10909b9dab15f70169b1488002e6be770a
parent4352cfec686d850f4bd5a27d9afb99867db01a54
In a number of places we erroneously used tests such as '#ifdef PIC' when we
should instead have been testing for '#ifdef __PIC__'.  This resulted in
NON-PIC code getting mixed into the shared library.  Oops!!!
 -Erik
14 files changed:
Makefile
libc/sysdeps/linux/alpha/brk.S
libc/sysdeps/linux/i386/bsd-setjmp.S
libc/sysdeps/linux/i386/clone.S
libc/sysdeps/linux/i386/setjmp.S
libc/sysdeps/linux/i386/syscall.S
libc/sysdeps/linux/i386/vfork.S
libc/sysdeps/linux/mips/syscall.S
libc/sysdeps/linux/powerpc/mcount.S
libpthread/linuxthreads/cancel.c
libpthread/linuxthreads/oldsemaphore.c
libpthread/linuxthreads/pthread.c
libpthread/linuxthreads/weaks.c
libpthread/linuxthreads/wrapsyscall.c