summaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2001-08-31 21:24:28 +0000
committerEric Christopher <echristo@apple.com>2001-08-31 21:24:28 +0000
commit3b9781344e77ab5e5f5ca58c85a935e33cc5241e (patch)
tree065e79f16f65424f301d7fb78f6d658b6fa6ed63 /bfd/aoutx.h
parent08d76bb56694a9911ac03965bb7d70055c70ce18 (diff)
downloadgdb-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/aoutx.h')
-rw-r--r--bfd/aoutx.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 603cac7c862..e343f991a59 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;