aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@panix.com>2015-10-27 11:32:38 +0000
committerNick Clifton <nickc@redhat.com>2015-10-27 11:32:38 +0000
commitc6056a744af028824797e769ddb71927740be88a (patch)
tree07458a02b5aef1f4adbe2488b591a9aba65c6ed6 /include/elf/ChangeLog
parentd6867a7559ceb7380fc229f948fd5fd910404643 (diff)
downloadfsf-binutils-gdb-c6056a744af028824797e769ddb71927740be88a.zip
fsf-binutils-gdb-c6056a744af028824797e769ddb71927740be88a.tar.gz
fsf-binutils-gdb-c6056a744af028824797e769ddb71927740be88a.tar.bz2
Add support to readelf for reading NetBSD ELF core notes.
binutils * binutils.c (process_netbsd_elf_note): New function. (process_note): Call the new function for NetBSD core notes. include * common.h (NT_NETBSD_MARCH): Define.
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 08b6701..8b354e1 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-27 Stephen Fisher <sfisher@panix.com>
+
+ * common.h (NT_NETBSD_MARCH): Define.
+
2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
* x86-64.h (R_X86_64_GOTPCRELX): New.