diff options
author | Brooks Moses <bmoses@google.com> | 2014-11-24 16:24:58 -0800 |
---|---|---|
committer | Brooks Moses <bmoses@google.com> | 2014-11-24 16:26:58 -0800 |
commit | 467fec0bb47464ff49e7075194342b028c75c72f (patch) | |
tree | d33c8931235156864931d0da656c36759380a0cf /ChangeLog | |
parent | 6933c27e9c280f5b3d64227d756243d993eba727 (diff) | |
download | glibc-467fec0bb47464ff49e7075194342b028c75c72f.tar glibc-467fec0bb47464ff49e7075194342b028c75c72f.tar.gz glibc-467fec0bb47464ff49e7075194342b028c75c72f.tar.bz2 glibc-467fec0bb47464ff49e7075194342b028c75c72f.zip |
sysdeps/x86_64/start.S doesn't have a .size elf directive for _start.
This tripped up some analysis I was doing.
This patch is the straightforward fix.
I see no regressions on a "make check" using ENTRY and END.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-11-24 Sterling Augustine <saugustine@google.com> + + * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros. + 2014-11-24 Ryan Cumming <etaoins@gmail.com> [BZ #17608] |