* elf32-mips.c (elf_mips_mach): New.
authorGavin Romig-Koch <gavin@redhat.com>
Wed, 6 May 1998 13:48:08 +0000 (13:48 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Wed, 6 May 1998 13:48:08 +0000 (13:48 +0000)
(_bfd_mips_elf_object_p): Use elf_mips_mach.
(_bfd_mips_elf_final_write_processing): Use the names
of machines, rather than the numbers.  Set both the ARCH
and MACH in e_flags.  Handle a few more specific machines.
(_bfd_mips_elf_merge_private_bfd_data): Merge both
EF_MIPS_ARCH and EF_MIPS_MACH.
* mips.h (EF_MIPS_MACH,E_MIPS_MACH_*): Added.

bfd/ChangeLog

index 99ac15a3041f833b54c1012a03a16ed333389feb..8fd78249c5d465e93d47958eb4788adf21180db5 100644 (file)
@@ -1,3 +1,13 @@
+Wed May  6 09:46:05 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * elf32-mips.c (elf_mips_mach): New.
+       (_bfd_mips_elf_object_p): Use elf_mips_mach.
+       (_bfd_mips_elf_final_write_processing): Use the names
+       of machines, rather than the numbers.  Set both the ARCH
+       and MACH in e_flags.  Handle a few more specific machines.
+       (_bfd_mips_elf_merge_private_bfd_data): Merge both
+       EF_MIPS_ARCH and EF_MIPS_MACH.
+
 Tue May  5 21:01:53 1998  Richard Henderson  <rth@cygnus.com>
 
        * syms.c (bfd_is_local_label): Revert last change.