aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-16 20:49:23 +0100
committerAndreas Jaeger <aj@suse.de>2012-03-16 20:49:23 +0100
commit6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4 (patch)
tree422f8cf4c7c40f525cbe484eb0b334c249bed2ca /ChangeLog
parent10a803e0a2ed04ba1f5e7931121acbb0f8383e9b (diff)
downloadglibc-6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4.zip
glibc-6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4.tar.gz
glibc-6a1bd2a100c958d30bbfe8c9b8f9071d24b7c3f4.tar.bz2
* 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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76a04fe..05c3bfe 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.