[BZ #974]
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 Jul 2005 23:00:02 +0000 (23:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 Jul 2005 23:00:02 +0000 (23:00 +0000)
commit04395c90fce0f209fd71e19898e64c6614c908a1
tree9fdfa5ce11644f91a639d19a802fec0f2dc742ba
parent6f8116b3ab733b05fe07d0f930a9e28e594dbaf8
[BZ #974]

2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
[BZ #974]
* csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
(__preinit_array_end): Likewise.
(__init_array_start): Likewise.
(__init_array_end): Likewise.
(__libc_csu_init): Take int argc, char **argv, char **envp.
Call preinit_array and init_array with argc, argv, envp.
* sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
INIT_MAIN_ARGS.
* sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
* elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
tst-array5dep.c, and tst-array5.exp.
(tests): Add tst-array5.
(tests-static): Add tst-array5-static.
($(objpfx)tst-array5): New target.
($(objpfx)tst-array5.out): Likewise.
($(objpfx)tst-array5-static.out): Likewise.
* elf/tst-array5-static.c: New file.
* elf/tst-array5-static.exp: Likewise.
* elf/tst-array5.c: Likewise.
* elf/tst-array5.exp: Likewise.
* elf/tst-array5dep.c: Likewise.
ChangeLog
csu/elf-init.c
elf/Makefile
elf/tst-array5-static.c [new file with mode: 0644]
elf/tst-array5-static.exp [new file with mode: 0644]
elf/tst-array5.c [new file with mode: 0644]
elf/tst-array5.exp [new file with mode: 0644]
elf/tst-array5dep.c [new file with mode: 0644]
sysdeps/generic/libc-start.c
sysdeps/powerpc/elf/libc-start.c