Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-03-08 21:13:31 +0400
committerNick Clifton <nickc@redhat.com>2013-03-08 21:13:31 +0400
commit735c1b80062ad50f585ca7ed4e928a9f0b92f497 (patch)
treeaecb44a89311e09686bdddbdec286749f8857272 /include/elf/ChangeLog
parent8981489becf128c41e2befa6c03e2385e5e396d9 (diff)
* 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 780776727..f08ca6bea 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>