When linking binary files into MIPS executables, default to MIPS 3 emaulation for...
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index 29ae4559266d8d43e7f99b98a5e02dafd0219e1b..8e577b29e1bb39f976d63b3c11deb0f5b3c53bde 100644 (file)
@@ -12193,6 +12193,12 @@ mips_set_isa_flags (bfd *abfd)
   switch (bfd_get_mach (abfd))
     {
     default:
+      if (ABI_N32_P (abfd) || ABI_64_P (abfd))
+        val = E_MIPS_ARCH_3;
+      else
+        val = E_MIPS_ARCH_1;
+      break;
+
     case bfd_mach_mips3000:
       val = E_MIPS_ARCH_1;
       break;
This page took 0.025744 seconds and 4 git commands to generate.