aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-03-08 17:13:31 +0000
committerNick Clifton <nickc@redhat.com>2013-03-08 17:13:31 +0000
commitabb3f6cca7cd9d8ab574d252cab8e64928d7c40f (patch)
tree6b885f9bf0fa1f5ef7ac5d8fa4fdd04adb5ef36d /include/elf/ChangeLog
parent9b67fcec82bb8627fb39770365eb42ca98b397a1 (diff)
downloadfsf-binutils-gdb-abb3f6cca7cd9d8ab574d252cab8e64928d7c40f.zip
fsf-binutils-gdb-abb3f6cca7cd9d8ab574d252cab8e64928d7c40f.tar.gz
fsf-binutils-gdb-abb3f6cca7cd9d8ab574d252cab8e64928d7c40f.tar.bz2
* elf-bfd.h (elfcore_write_s390_tdb): Add prototype.
* elf.c (elfcore_write_s390_tdb): New function. (elfcore_write_register_note): Call it. (elfcore_grok_s390_tdb): New function. (elfcore_grok_note): Call it. * readelf.c (get_note_type): Add NT_S390_TDB.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 7807767..f08ca6b 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
+ * common.h (NT_S390_TDB): Define.
+
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
Andrew Jenner <andrew@codesourcery.com>