aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-07-24 14:44:26 +0930
committerAlan Modra <amodra@gmail.com>2015-07-24 14:48:55 +0930
commit91cb26dac47265f178fb6635f1deebdfd244572a (patch)
tree54455643cb56cef677747e99b10dd659e1935e7c /bfd/ChangeLog
parent2fb9328d8daa751f3b71745636323eddccaaacce (diff)
downloadgdb-91cb26dac47265f178fb6635f1deebdfd244572a.zip
gdb-91cb26dac47265f178fb6635f1deebdfd244572a.tar.gz
gdb-91cb26dac47265f178fb6635f1deebdfd244572a.tar.bz2
Correct reloc section name
* elf.c (_bfd_elf_assign_file_positions_for_non_load): Use .rela prefix for reloc section corresponding to rela section associated with renamed debug section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6a29b7a..ea2bbe7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2015-07-24 Alan Modra <amodra@gmail.com>
+ * elf.c (_bfd_elf_assign_file_positions_for_non_load): Use .rela
+ prefix for reloc section corresponding to rela section associated
+ with renamed debug section.
+
+2015-07-24 Alan Modra <amodra@gmail.com>
+
* section.c (bfd_get_section_by_name_if): Iterate over entire hash
chain.