sysdeps/x86_64/start.S doesn't have a .size elf directive for _start.
authorBrooks Moses <bmoses@google.com>
Tue, 25 Nov 2014 00:24:58 +0000 (16:24 -0800)
committerBrooks Moses <bmoses@google.com>
Tue, 25 Nov 2014 00:26:58 +0000 (16:26 -0800)
commit467fec0bb47464ff49e7075194342b028c75c72f
treed33c8931235156864931d0da656c36759380a0cf
parent6933c27e9c280f5b3d64227d756243d993eba727
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.
ChangeLog
sysdeps/x86_64/start.S