diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-03-16 20:49:23 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-03-16 20:49:23 +0100 |
commit | 6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4 (patch) | |
tree | 422f8cf4c7c40f525cbe484eb0b334c249bed2ca /ChangeLog | |
parent | 10a803e0a2ed04ba1f5e7931121acbb0f8383e9b (diff) | |
download | glibc-6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4.tar.gz glibc-6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4.tar.xz glibc-6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4.zip |
* sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
(_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 76a04fed01..05c3bfee9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com> + + * sysdeps/x86_64/elf/start.S: Include <sysdep.h>. + (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc. + 2012-03-16 Roland McGrath <roland@hack.frob.com> * aclocal.m4 (LIBC_PRECONFIGURE): New macro. |