* elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
authorMark Mitchell <mark@codesourcery.com>
Sun, 6 Jun 1999 22:31:46 +0000 (22:31 +0000)
committerMark Mitchell <mark@codesourcery.com>
Sun, 6 Jun 1999 22:31:46 +0000 (22:31 +0000)
the N32 ABI.

bfd/ChangeLog
bfd/elf32-mips.c

index 3dc61ec3da2074c28e6667006d9d7a359bd8a88f..8919102305dd6f08bd485f5795fb6dd5905150d1 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-06  Mark Mitchell  <mark@codesourcery.com>
+
+       * elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
+       the N32 ABI.
+
 1999-06-04  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
 
        * elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of
index 0ec4fa6ea7da25488234c74503a5fa9dfe24fab5..93a24660f80ad688945c6fae6c6b4867016fffac 100644 (file)
@@ -2309,6 +2309,8 @@ _bfd_mips_elf_print_private_bfd_data (abfd, ptr)
     fprintf (file, _ (" [abi=EABI64]"));
   else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI))
     fprintf (file, _ (" [abi unknown]"));
+  else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ABI2))
+    fprintf (file, _ (" [abi=N32]"));
   else
     fprintf (file, _ (" [no abi set]"));