remove init/fini array asm from arm crti/crtn files
authorRich Felker <dalias@aerifal.cx>
Sun, 21 Jul 2013 07:48:35 +0000 (03:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 21 Jul 2013 07:48:35 +0000 (03:48 -0400)
commit976c0fdcb55fafc55682d86441e5293d8aa5259d
treec49aa1da4a8e97524c2996bce8fa90ed07a6f6d9
parent3edfd07073dd145124e15c80ea0276cd52c9909a
remove init/fini array asm from arm crti/crtn files

this code has been replaced by portable C code that works on all
archs. the old asm needs to be removed or ctors/dtors will run twice.
crt/arm/crti.s
crt/arm/crtn.s