diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-06-15 16:36:58 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2011-06-15 16:36:58 +0000 |
commit | faa9a424ea76bdfd223e89b87f479297564a4e05 (patch) | |
tree | 01029aea3edab4e32a9daec5c2ff1fe41aa64aad /bfd/ChangeLog | |
parent | 48f4b4f592b16d767bb94b0ce40712f6a04f9f95 (diff) | |
download | gdb-faa9a424ea76bdfd223e89b87f479297564a4e05.zip gdb-faa9a424ea76bdfd223e89b87f479297564a4e05.tar.gz gdb-faa9a424ea76bdfd223e89b87f479297564a4e05.tar.bz2 |
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 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index abe9f72..2489eda 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org> + + * 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. + 2011-06-14 Richard Henderson <rth@redhat.com> * elf64-alpha.c (elf64_alpha_copy_indirect_symbol): Rename from |