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/aoutx.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/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 603cac7..e343f99 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -779,10 +779,9 @@ NAME(aout,machine_type) (arch, machine, unknown) case bfd_mach_mips10000: case bfd_mach_mips12000: case bfd_mach_mips16: - case bfd_mach_mips32: - case bfd_mach_mips32_4k: + case bfd_mach_mipsisa32: case bfd_mach_mips5: - case bfd_mach_mips64: + case bfd_mach_mipsisa64: case bfd_mach_mips_sb1: /* FIXME: These should be MIPS3, MIPS4, MIPS16, MIPS32, etc. */ arch_flags = M_MIPS2; |