summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog-2004
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-06-05 00:12:59 +0000
committerAlan Modra <amodra@bigpond.net.au>2006-06-05 00:12:59 +0000
commit98d8856aaf078d152c0983925d0434c0ae91eada (patch)
treea87a940b57d6bb7df1f0e7c6ccd8abb351451195 /bfd/ChangeLog-2004
parent4d0da8b6d55865605796243e08099186be2ed52d (diff)
downloadbinutils-redhat-98d8856aaf078d152c0983925d0434c0ae91eada.tar.gz
Remove leading bfd/ on filenames.
Diffstat (limited to 'bfd/ChangeLog-2004')
-rw-r--r--bfd/ChangeLog-20046
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/ChangeLog-2004 b/bfd/ChangeLog-2004
index fa2f1adf31..0c47096164 100644
--- a/bfd/ChangeLog-2004
+++ b/bfd/ChangeLog-2004
@@ -283,7 +283,7 @@
2004-11-13 Paul Brook <paul@codesourcery.com>
- * bfd/elf32-arm.c (elf32_arm_final_link_relocate): Resolve
+ * elf32-arm.c (elf32_arm_final_link_relocate): Resolve
R_ARM_PREL31 relocations to PLT entries.
(elf32_arm_relocate_section, elf32_arm_gc_sweep_hook): Ditto.
(elf32_arm_check_relocs): Ditto.
@@ -1248,7 +1248,7 @@
* bfd-in.h (bfd_elf32_arm_set_target_relocs): Add prototype.
(bfd_elf32_arm_process_before_allocation): Update prototype.
* bfd-in2.h: Regenerate.
- * bfd/elf32-arm.h (elf32_arm_link_hash_table): Add target2_reloc.
+ * elf32-arm.h (elf32_arm_link_hash_table): Add target2_reloc.
(elf32_arm_link_hash_table_create): Set it.
(bfd_elf32_arm_process_before_allocation): Remove target1_is_rel.
(bfd_elf32_arm_set_target_relocs): New function.
@@ -3017,7 +3017,7 @@
2004-06-07 Daniel Jacobowitz <dan@debian.org>
From: Albert Chin-A-Young <china@thewrittenword.com>
- * bfd/elf-bfd.h (struct eh_cie_fde): Convert unsigned char bitfields
+ * elf-bfd.h (struct eh_cie_fde): Convert unsigned char bitfields
to unsigned int.
2004-05-29 H.J. Lu <hongjiu.lu@intel.com>