From faa9a424ea76bdfd223e89b87f479297564a4e05 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Wed, 15 Jun 2011 16:36:58 +0000 Subject: 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. --- binutils/ChangeLog | 4 ++++ binutils/readelf.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 320bd7f..82d6b52 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-06-15 Ulrich Weigand + + * readelf.c (get_note_type): Handle NT_ARM_VFP. + 2011-06-13 Walter Lee * readelf.c: Include tilepro.h and tilegx.h. diff --git a/binutils/readelf.c b/binutils/readelf.c index 2724a9a..5a6521c 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -12284,6 +12284,8 @@ get_note_type (unsigned e_type) return _("NT_S390_CTRS (s390 control registers)"); case NT_S390_PREFIX: return _("NT_S390_PREFIX (s390 prefix register)"); + case NT_ARM_VFP: + return _("NT_ARM_VFP (arm VFP registers)"); case NT_PSTATUS: return _("NT_PSTATUS (pstatus structure)"); case NT_FPREGS: -- cgit v1.1