From 538c451b2bbbcb258640b0e0ea0c74f9da005beb Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 11 May 2012 14:27:57 -0400 Subject: 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog.tile') diff --git a/ChangeLog.tile b/ChangeLog.tile index 77e03b58fe..a8b24588da 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,3 +1,14 @@ +2012-05-12 Chris Metcalf + + * sysdeps/tile/crti.S: New file, based on compiler output + for sysdeps/generic/initfini.c. + * sysdeps/tile/crtn.S: Likewise. + * sysdeps/tile/Makefile (CFLAGS-initfini.s): Remove variable. + * sysdeps/unix/sysv/linux/tile/nptl/Makefile + (CFLAGS-pt-initfini.s): Likewise. + * sysdeps/tile/elf/start.S: Moved to ... + * sysdeps/tile/start.S: ...here. + 2012-04-15 Mike Frysinger * sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h: Include -- cgit v1.2.3