aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog-2005
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-06-05 00:12:59 +0000
committerAlan Modra <amodra@gmail.com>2006-06-05 00:12:59 +0000
commitcae6199cc267116c100bc8bb5b7e00fbd18d44f6 (patch)
treee851717db380ccefb4dd6d8a179aadf72ae8e3d3 /bfd/ChangeLog-2005
parent11567b557bcc81ae424da9194873e58fb9771cb1 (diff)
downloadfsf-binutils-gdb-cae6199cc267116c100bc8bb5b7e00fbd18d44f6.zip
fsf-binutils-gdb-cae6199cc267116c100bc8bb5b7e00fbd18d44f6.tar.gz
fsf-binutils-gdb-cae6199cc267116c100bc8bb5b7e00fbd18d44f6.tar.bz2
Remove leading bfd/ on filenames.
Diffstat (limited to 'bfd/ChangeLog-2005')
-rw-r--r--bfd/ChangeLog-20058
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/ChangeLog-2005 b/bfd/ChangeLog-2005
index f237278..95746fc 100644
--- a/bfd/ChangeLog-2005
+++ b/bfd/ChangeLog-2005
@@ -1899,7 +1899,7 @@
2005-06-27 Carlos O'Donell <carlos@systemhalted.org>
- * bfd/elf32-hppa.c (struct elf32_hppa_stub_hash_entry):
+ * elf32-hppa.c (struct elf32_hppa_stub_hash_entry):
Use bh_root, and hh.
(struct elf32_hppa_link_hash_entry): Use eh, and hsh_cache.
(struct elf32_hppa_dyn_reloc_entry): Use hdh_next.
@@ -1936,7 +1936,7 @@
2005-06-21 Carlos O'Donell <carlos@systemhalted.org>
- * bfd/elf32-hppa.c (hppa_elf_hash_entry): Define.
+ * elf32-hppa.c (hppa_elf_hash_entry): Define.
(hppa_stub_hash_entry): Define.
(stub_hash_newfunc): Rename variables.
(hppa_link_hash_newfunc): Likewise.
@@ -2504,7 +2504,7 @@
2005-05-20 Daniel Jacobowitz <dan@codesourcery.com>
- * bfd/elf32-ppc.c (struct ppc_elf_link_hash_entry): Add new field
+ * elf32-ppc.c (struct ppc_elf_link_hash_entry): Add new field
has_sda_refs.
(ppc_elf_copy_indirect_symbol): Copy has_sda_refs.
(ppc_elf_check_relocs): Set has_sda_refs.
@@ -5202,7 +5202,7 @@
2005-01-07 Jakub Jelinek <jakub@redhat.com>
- * bfd/elf.c (INCLUDE_SECTION_IN_SEGMENT): Don't put empty sections into
+ * elf.c (INCLUDE_SECTION_IN_SEGMENT): Don't put empty sections into
PT_DYNAMIC segment, unless .dynamic.
2005-01-06 Paul Brook <paul@codesourcery.com>