diff options
author | Eric Christopher <echristo@apple.com> | 2001-08-31 21:24:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2001-08-31 21:24:28 +0000 |
commit | 3b9781344e77ab5e5f5ca58c85a935e33cc5241e (patch) | |
tree | 065e79f16f65424f301d7fb78f6d658b6fa6ed63 /bfd/archures.c | |
parent | 08d76bb56694a9911ac03965bb7d70055c70ce18 (diff) | |
download | gdb-3b9781344e77ab5e5f5ca58c85a935e33cc5241e.tar.gz |
2001-08-31 Eric Christopher <echristo@redhat.com>
Jason Eckhardt <jle@redhat.com>
* bfd/archures.c: Add mipsisa32 and mipsisa64. Remove mips32,
mips32_4k and mips64.
* bfd/aoutx.h: Remove bfd_mach_mips32, bfd_mach_mips32_4k,
bfd_mach_mips64. Add bfd_mach_mipsisa32, bfd_mach_mipsisa64.
* bfd/cpu-mips.c: Ditto.
* bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing): Ditto.
* bfd/bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index af5f50b723d..49418b8825a 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -137,11 +137,10 @@ DESCRIPTION .#define bfd_mach_mips10000 10000 .#define bfd_mach_mips12000 12000 .#define bfd_mach_mips16 16 -.#define bfd_mach_mips32 32 -.#define bfd_mach_mips32_4k 3204113 {* 32, 04, octal 'K' *} .#define bfd_mach_mips5 5 -.#define bfd_mach_mips64 64 .#define bfd_mach_mips_sb1 12310201 {* octal 'SB', 01 *} +.#define bfd_mach_mipsisa32 32 +.#define bfd_mach_mipsisa64 64 . bfd_arch_i386, {* Intel 386 *} .#define bfd_mach_i386_i386 0 .#define bfd_mach_i386_i8086 1 |