diff options
| author | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-11 14:27:57 -0400 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-14 15:34:04 -0400 |
| commit | 538c451b2bbbcb258640b0e0ea0c74f9da005beb (patch) | |
| tree | 86094ff1aef660d7a1d1c8a892a352b5a258b2da /ChangeLog.tile | |
| parent | ec0001e175dc37a9097bf8b33dea66597701ec0e (diff) | |
| download | glibc-538c451b2bbbcb258640b0e0ea0c74f9da005beb.tar.xz glibc-538c451b2bbbcb258640b0e0ea0c74f9da005beb.zip | |
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).
Diffstat (limited to 'ChangeLog.tile')
| -rw-r--r-- | ChangeLog.tile | 11 |
1 files changed, 11 insertions, 0 deletions
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 <cmetcalf@tilera.com> + + * 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 <vapier@gentoo.org> * sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h: Include |
