summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-06-15 16:36:52 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-06-15 16:36:52 +0000
commit66d212aa41e4facb1d7dd3d24b7b8fb87917a5e0 (patch)
treec5b283946a5ab0c1c1ec1823b96cc4bc0b3d1b10 /binutils/ChangeLog
parent69fca47d90e4bccaba49baa3cc5e985e3a6af787 (diff)
downloadbinutils-redhat-66d212aa41e4facb1d7dd3d24b7b8fb87917a5e0.tar.gz
include/elf/
* common.h (NT_ARM_VFP): Define. bfd/ * elf-bfd.h (elfcore_write_arm_vfp): Add prototype. * elf.c (elfcore_grok_arm_vfp): New function. (elfcore_grok_note): Call it to handle NT_ARM_VFP notes. (elfcore_write_arm_vfp): New function. (elfcore_write_register_note): Call it to handle .reg-arm-vfp. binutils/ * readelf.c (get_note_type): Handle NT_ARM_VFP.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 320bd7f784..82d6b52302 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
+
+ * readelf.c (get_note_type): Handle NT_ARM_VFP.
+
2011-06-13 Walter Lee <walt@tilera.com>
* readelf.c: Include tilepro.h and tilegx.h.