]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog.old-ports-tile
tile: Remove elf/ and create crti.S/crtn.S
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 11 May 2012 18:27:57 +0000 (14:27 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 14 May 2012 19:34:04 +0000 (15:34 -0400)
commit538c451b2bbbcb258640b0e0ea0c74f9da005beb
tree86094ff1aef660d7a1d1c8a892a352b5a258b2da
parentec0001e175dc37a9097bf8b33dea66597701ec0e
tile: Remove elf/ and create crti.S/crtn.S

This patches fixes up the tile startup files, moving elf/start.S up a
directory level and implementing the required crti.S and crtn.S files
based on the old initfini.c compiler output (hand-optimized to bum a
couple of cycles).
ChangeLog.tile
sysdeps/tile/Makefile
sysdeps/tile/crti.S [new file with mode: 0644]
sysdeps/tile/crtn.S [new file with mode: 0644]
sysdeps/tile/start.S [moved from sysdeps/tile/elf/start.S with 100% similarity]
sysdeps/unix/sysv/linux/tile/nptl/Makefile