summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog-0001
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-08-15 23:19:28 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-08-15 23:19:28 +0000
commit029937f54113ca0679142fc32ba417db329b5f99 (patch)
treef63d5d2d30721bf103ea6e9652795918d938842a /bfd/ChangeLog-0001
parent1881230156e191e09b4966d99eba451532bd3765 (diff)
downloadbinutils-redhat-029937f54113ca0679142fc32ba417db329b5f99.tar.gz
Remove bfd/ prefix from files.
Diffstat (limited to 'bfd/ChangeLog-0001')
-rw-r--r--bfd/ChangeLog-000116
1 files changed, 8 insertions, 8 deletions
diff --git a/bfd/ChangeLog-0001 b/bfd/ChangeLog-0001
index 3000c0372f..b5a347577c 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>