summaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-10-25 00:40:34 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-10-25 00:40:34 +0000
commit683b83a284ef51db46e9689f98a997b4fff1ec68 (patch)
tree02a94389701d816f0f59cfbe7ba5708c7205f134 /bfd/elf-bfd.h
parentc65d9805e9af9aadab6bdf1d1a36d2306c0726aa (diff)
downloadbinutils-redhat-683b83a284ef51db46e9689f98a997b4fff1ec68.tar.gz
* elf.c (elfcore_grok_ppc_vmx): New function.
(elfcore_grok_note): Handle NT_PPC_VMX. (elfcore_write_ppc_vmx): New function. * elf-bfd.h (elfcore_write_ppc_vmx): Declare.
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 f7b020d964..959e8b37e2 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -2009,6 +2009,8 @@ extern char *elfcore_write_prfpreg
(bfd *, char *, int *, const void *, int);
extern char *elfcore_write_prxfpreg
(bfd *, char *, int *, const void *, int);
+extern char *elfcore_write_ppc_vmx
+ (bfd *, char *, int *, const void *, int);
extern char *elfcore_write_lwpstatus
(bfd *, char *, int *, long, int, const void *);