diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-09 15:38:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-09 15:38:24 +0000 |
commit | 59bc061d4bf78e9c05967a6bd516f26a3880e520 (patch) | |
tree | 3224940368fa7099cfd39bcc880c8a45f83dbbf5 /bfd/elf32-ppc.c | |
parent | 2b692c5912c33f69e4016113c0dd039acc820d70 (diff) | |
download | gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.zip gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.tar.gz gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.tar.bz2 |
Add QNX Neutrino PowerPC support and common up QNX functions
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r-- | bfd/elf32-ppc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index 4ce1c45..d5ed0c4 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -3836,4 +3836,7 @@ ppc_elf_grok_psinfo (abfd, note) #define elf_backend_grok_psinfo ppc_elf_grok_psinfo #define elf_backend_reloc_type_class ppc_elf_reloc_type_class +#ifndef ELF32_PPC_C_INCLUDED #include "elf32-target.h" +#endif + |