aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-target.h
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-02-14 19:20:16 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-02-14 19:20:16 +0000
commit8c9bfee312ac693df8f1e91d5709c25d38cbd9db (patch)
treef7ee10603949da3e8e11e8f4d942305647fa8cc7 /bfd/elf64-target.h
parentaed592693fbd9ae2f3771ea38050211230f80b0d (diff)
downloadgdb-8c9bfee312ac693df8f1e91d5709c25d38cbd9db.zip
gdb-8c9bfee312ac693df8f1e91d5709c25d38cbd9db.tar.gz
gdb-8c9bfee312ac693df8f1e91d5709c25d38cbd9db.tar.bz2
Reconize old versions of the PowerPC machine code (EM_PPC_OLD and EM_CYGNUS_POWERPC).
Diffstat (limited to 'bfd/elf64-target.h')
-rw-r--r--bfd/elf64-target.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/bfd/elf64-target.h b/bfd/elf64-target.h
index 006d60c..0a8e911 100644
--- a/bfd/elf64-target.h
+++ b/bfd/elf64-target.h
@@ -152,6 +152,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define elf_backend_ecoff_debug_swap 0
#endif
+#ifndef ELF_MACHINE_ALT1
+#define ELF_MACHINE_ALT1 0
+#endif
+
+#ifndef ELF_MACHINE_ALT2
+#define ELF_MACHINE_ALT2 0
+#endif
+
static CONST struct elf_backend_data elf64_bed =
{
#ifdef USE_REL
@@ -185,7 +193,9 @@ static CONST struct elf_backend_data elf64_bed =
elf_backend_finish_dynamic_sections,
elf_backend_begin_write_processing,
elf_backend_final_write_processing,
- elf_backend_ecoff_debug_swap
+ elf_backend_ecoff_debug_swap,
+ ELF_MACHINE_ALT1,
+ ELF_MACHINE_ALT2
};
#ifdef TARGET_BIG_SYM