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
commit4cdbea747f027b444db9bebedb3fbb742fa0874f (patch)
tree339ccbec10a9b71dfcb9ec229335664cb00bdca3 /bfd/elf-bfd.h
parentd2afebba03e1d69cc9d3da8619b9e2b04eb3d25c (diff)
downloadgdb-4cdbea747f027b444db9bebedb3fbb742fa0874f.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 f7b020d9649..959e8b37e2d 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 *);