Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o
authorRoland McGrath <roland@hack.frob.com>
Tue, 12 Mar 2013 19:47:36 +0000 (12:47 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 12 Mar 2013 19:50:13 +0000 (12:50 -0700)
commit9967e003b32d20441892386f1092d1aded51e1aa
treea39f6ef0310b7b112c568abb0653512e59d2dfed
parente6b5a29364551637c6f43e6c41b06cd8dd3a129b
Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o
ChangeLog
csu/elf-init.c
csu/gmon-start.c
sysdeps/init_array/crti.S [new file with mode: 0644]
sysdeps/init_array/crtn.S [new file with mode: 0644]
sysdeps/init_array/elf-init.c [new file with mode: 0644]
sysdeps/init_array/gmon-start.c [new file with mode: 0644]