diff options
author | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:24:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:24:28 +0000 |
commit | a1cd6a8fe3b1744a39e4743933ee788b69752235 (patch) | |
tree | 8251141b65c7ecf8488d7d53a35ed17173962d89 /bfd/bfd-in2.h | |
parent | a98b9439f964146173d12b685993a33f74124ff0 (diff) | |
download | gdb-a1cd6a8fe3b1744a39e4743933ee788b69752235.zip gdb-a1cd6a8fe3b1744a39e4743933ee788b69752235.tar.gz gdb-a1cd6a8fe3b1744a39e4743933ee788b69752235.tar.bz2 |
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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 8a4c334..6467453 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1437,11 +1437,10 @@ enum bfd_architecture #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 |