diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-15 23:19:28 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-15 23:19:28 +0000 |
commit | 805f24315d09f973b309cfde6986a1a2b1fe6492 (patch) | |
tree | cd52ad9309da8ed7a9cc8606c240ed9c6cfdabe7 /bfd/ChangeLog-0001 | |
parent | 7d8d29181592c1a8eb76fd1a4c7dc155c30adafe (diff) | |
download | gdb-805f24315d09f973b309cfde6986a1a2b1fe6492.zip gdb-805f24315d09f973b309cfde6986a1a2b1fe6492.tar.gz gdb-805f24315d09f973b309cfde6986a1a2b1fe6492.tar.bz2 |
Remove bfd/ prefix from files.
Diffstat (limited to 'bfd/ChangeLog-0001')
-rw-r--r-- | bfd/ChangeLog-0001 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bfd/ChangeLog-0001 b/bfd/ChangeLog-0001 index 3000c03..b5a3475 100644 --- a/bfd/ChangeLog-0001 +++ b/bfd/ChangeLog-0001 @@ -1514,7 +1514,7 @@ 2001-10-08 Aldy Hernandez <aldyh@redhat.com> - * bfd/config.bfd (targ_cpu): Add arm9e-*-elf. + * config.bfd (targ_cpu): Add arm9e-*-elf. 2001-10-06 Stephane Carrez <Stephane.Carrez@worldnet.fr> @@ -2858,13 +2858,13 @@ 2001-08-31 Eric Christopher <echristo@redhat.com> Jason Eckhardt <jle@redhat.com> - * bfd/archures.c: Add mipsisa32 and mipsisa64. Remove mips32, + * archures.c: Add mipsisa32 and mipsisa64. Remove mips32, mips32_4k and mips64. - * bfd/aoutx.h: Remove bfd_mach_mips32, bfd_mach_mips32_4k, + * 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. + * cpu-mips.c: Ditto. + * elf32-mips.c (_bfd_mips_elf_final_write_processing): Ditto. + * bfd-in2.h: Regenerate. 2001-08-31 Jakub Jelinek <jakub@redhat.com> @@ -3726,7 +3726,7 @@ 2001-07-04 H.J. Lu <hjl@gnu.org> - * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing): + * elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4400, bfd_mach_mips4600 and bfd_mach_mips5000. @@ -4529,7 +4529,7 @@ * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain about overflow in R_OPENRISC_LO_16_IN_INSN and - R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c + R_OPENRISC_HI_16_IN_INSN. 2001-04-30 H.J. Lu <hjl@gnu.org> |