diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1998-05-06 13:48:08 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1998-05-06 13:48:08 +0000 |
commit | f5916da7d0e93322dace35b934061cec6c6f4b0e (patch) | |
tree | 00d9ff209371cef5d221b3c3cc4b4f69b82053fe /bfd | |
parent | 97ec511fa4f938e5d355b9bb03c7066144ea8a37 (diff) | |
download | gdb-f5916da7d0e93322dace35b934061cec6c6f4b0e.zip gdb-f5916da7d0e93322dace35b934061cec6c6f4b0e.tar.gz gdb-f5916da7d0e93322dace35b934061cec6c6f4b0e.tar.bz2 |
* 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.
* mips.h (EF_MIPS_MACH,E_MIPS_MACH_*): Added.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 99ac15a..8fd7824 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |