* sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
authorRoland McGrath <roland@gnu.org>
Tue, 3 Sep 2002 02:45:12 +0000 (02:45 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 3 Sep 2002 02:45:12 +0000 (02:45 +0000)
commita2c396f8a991e93cd606fdb9e3b4ca91fa652730
treeef9dfd31403a02a7f206aeebe7926d2111ce312f
parenta37a5055dca6522713f41c40ecb5c5ab9741e733
* sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call

__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.

* locale/localeconv.c (__localeconv): Cast -1 to char to avoid
warnings on platorms where char is unsigned.
ChangeLog
sysdeps/powerpc/Makefile
sysdeps/powerpc/elf/libc-start.c
sysdeps/unix/sysv/linux/shmat.c