OSDN Git Service

ctor/dtor nptl: Fix init and fini function compilation
authorKhem Raj <raj.khem@gmail.com>
Mon, 13 Jun 2011 23:30:55 +0000 (16:30 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 13 Jun 2011 23:33:20 +0000 (16:33 -0700)
commitc97ce776368ec5d9d954fc8653f3e1c11490fc74
tree8a2cbc68157aaed06a8b811bbf30b964298ba597
parent45046d8134da4dee6a5d382cfbd17a1039e55f27
ctor/dtor nptl: Fix init and fini function compilation

We need to define the rules for .S files so it
gets the include paths some architectures like mips
include headers

Some architectures e.g. SH have their own version
of pt-initfini.c so look for that first before resorting
to generic version of pt-initfini.c

Signed-off-by: Khem Raj <raj.khem@gmail.com>
libc/sysdeps/linux/mips/crtn.S
libpthread/nptl/Makefile.in
libpthread/nptl/sysdeps/pthread/Makefile.in