aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-12-06 14:09:12 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-12-06 14:09:12 +0000
commit355b81d94960ef44b9773b9fe2b6646af2ddd5a2 (patch)
tree0ce356f801aee11c12bdd2e4b40b5bf418c19bbb /include/elf/ChangeLog
parentb18003d16853012faa6097da68d995bc54b8e66b (diff)
downloadgdb-355b81d94960ef44b9773b9fe2b6646af2ddd5a2.zip
gdb-355b81d94960ef44b9773b9fe2b6646af2ddd5a2.tar.gz
gdb-355b81d94960ef44b9773b9fe2b6646af2ddd5a2.tar.bz2
include/elf/ChangeLog:
* common.h (NT_S390_LAST_BREAK): Define. (NT_S390_SYSTEM_CALL): Likewise. bfd/ChangeLog: * elf-bfd.h (elfcore_write_s390_last_break): Add prototype. (elfcore_write_s390_system_call): Likewise. * elf.c (elfcore_write_s390_last_break): New function. (elfcore_write_s390_system_call): Likewise. (elfcore_write_register_note): Call them. (elfcore_grok_s390_last_break): New function. (elfcore_grok_s390_system_call): Likewise. (elfcore_grok_note): Call them.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index c0d38b3..4da1820 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * common.h (NT_S390_LAST_BREAK): Define.
+ (NT_S390_SYSTEM_CALL): Likewise.
+
2011-11-01 DJ Delorie <dj@redhat.com>
* common.h (EM_RL78, EM_78K0R): New.