summaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-06-15 16:36:58 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-06-15 16:36:58 +0000
commitfaa9a424ea76bdfd223e89b87f479297564a4e05 (patch)
tree01029aea3edab4e32a9daec5c2ff1fe41aa64aad /bfd/elf-bfd.h
parent48f4b4f592b16d767bb94b0ce40712f6a04f9f95 (diff)
downloadbinutils-gdb-faa9a424ea76bdfd223e89b87f479297564a4e05.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 'bfd/elf-bfd.h')
-rw-r--r--bfd/elf-bfd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index f2d73ac0499..64a9dc0e40e 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -2225,6 +2225,8 @@ extern char *elfcore_write_s390_ctrs
(bfd *, char *, int *, const void *, int);
extern char *elfcore_write_s390_prefix
(bfd *, char *, int *, const void *, int);
+extern char *elfcore_write_arm_vfp
+ (bfd *, char *, int *, const void *, int);
extern char *elfcore_write_lwpstatus
(bfd *, char *, int *, long, int, const void *);
extern char *elfcore_write_register_note