aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-05-04 14:17:07 +0000
committerNick Clifton <nickc@redhat.com>2007-05-04 14:17:07 +0000
commit3410fea824b6da85a6abdcb5c4916976afc745ce (patch)
treefa8da25d92b233e3f7fa4810a81c8a2c95519ab6 /bfd/ChangeLog
parentbfb568882d0e4b2d8276215e3acc0e86dca4afe0 (diff)
downloadgdb-3410fea824b6da85a6abdcb5c4916976afc745ce.zip
gdb-3410fea824b6da85a6abdcb5c4916976afc745ce.tar.gz
gdb-3410fea824b6da85a6abdcb5c4916976afc745ce.tar.bz2
* elflink.c (elf_link_sort_relocs): If both .rela.dyn and .rel.dyn sections
are present examine the indirect sections in an attempt to compute the correct relocation size. If there is any ambiguity, produce an error and refuse to sort.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4726c96..f4eec5c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-04 Nick Clifton <nickc@redhat.com>
+
+ * elflink.c (elf_link_sort_relocs): If both .rela.dyn and .rel.dyn
+ sections are present examine the indirect sections in an attempt
+ to compute the correct relocation size. If there is any
+ ambiguity, produce an error and refuse to sort.
+
2007-05-03 Sandra Loosemore <sandra@codesourcery.com>
* elf32-arm.c (allocate_dynrelocs): Fix typo in comment.