diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-02-14 19:20:16 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-02-14 19:20:16 +0000 |
commit | 8c9bfee312ac693df8f1e91d5709c25d38cbd9db (patch) | |
tree | f7ee10603949da3e8e11e8f4d942305647fa8cc7 /bfd/libelf.h | |
parent | aed592693fbd9ae2f3771ea38050211230f80b0d (diff) | |
download | gdb-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/libelf.h')
-rw-r--r-- | bfd/libelf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h index 5fb58c0..1c75f48 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -399,6 +399,10 @@ struct elf_backend_data /* The swapping table to use when dealing with ECOFF information. Used for the MIPS ELF .mdebug section. */ const struct ecoff_debug_swap *elf_backend_ecoff_debug_swap; + + /* Alternate EM_xxxx machine codes for this backend. */ + int elf_machine_alt1; + int elf_machine_alt2; }; /* Information stored for each BFD section in an ELF file. This |