diff options
author | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:24:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:24:28 +0000 |
commit | a1cd6a8fe3b1744a39e4743933ee788b69752235 (patch) | |
tree | 8251141b65c7ecf8488d7d53a35ed17173962d89 /bfd/ChangeLog | |
parent | a98b9439f964146173d12b685993a33f74124ff0 (diff) | |
download | gdb-a1cd6a8fe3b1744a39e4743933ee788b69752235.zip gdb-a1cd6a8fe3b1744a39e4743933ee788b69752235.tar.gz gdb-a1cd6a8fe3b1744a39e4743933ee788b69752235.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 488f925..8fe4250 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +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. + 2001-08-31 Jakub Jelinek <jakub@redhat.com> * elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memory @@ -33,7 +44,7 @@ 2001-08-29 Joel Sherrill <joel@OARcorp.com> - * config.bfd (i[3456]86-*-rtems*, m68*-*-rtems*): Change + * config.bfd (i[3456]86-*-rtems*, m68*-*-rtems*): Change default from coff to elf. 2001-08-29 Jeff Law <law@redhat.com> @@ -61,7 +72,7 @@ 2001-08-29 Tom Rix <trix@redhat.com> - * xcofflink.c (xcoff_link_add_symbols): Fix XTY_LD symbol that + * xcofflink.c (xcoff_link_add_symbols): Fix XTY_LD symbol that does not follow a XTY_SD. 2001-08-29 Alan Modra <amodra@bigpond.net.au> |