]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog.old-ports-ia64
ia64: initfini.c -> crt{i,n}.S split
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Apr 2012 02:28:03 +0000 (22:28 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 03:07:20 +0000 (23:07 -0400)
commitd928ab870ea298961db30cb348e7f89b6225ff1b
tree0ecb0daca852d51dbdb4e3f460a2ae24b3af09ec
parentfd916d779be7ffa3e69c125dadf194e7ddd91cbc
ia64: initfini.c -> crt{i,n}.S split

This was done mostly by looking at the processed crt{i,n}.S files in
glibc-2.15, and then added the required update for using in either
csu/ or nptl/.

Seems to work -- when an earlier version didn't call the initializers,
many tests (pthread related) failed.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog.ia64
sysdeps/ia64/crti.S [new file with mode: 0644]
sysdeps/ia64/crtn.S [new file with mode: 0644]
sysdeps/ia64/elf/initfini.c [deleted file]
sysdeps/unix/sysv/linux/ia64/nptl/pt-initfini.c [deleted file]