aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-02-25 04:14:38 +0000
committerAlan Modra <amodra@gmail.com>2003-02-25 04:14:38 +0000
commit3f9a32bd0be95e8849906f47e660f1ab94045eff (patch)
treec6e2842313e1961f598f42892e1202b265b50375 /bfd/ChangeLog
parent3f87cb706ef6759abf5dc669176b3e0b875cd42c (diff)
downloadgdb-3f9a32bd0be95e8849906f47e660f1ab94045eff.zip
gdb-3f9a32bd0be95e8849906f47e660f1ab94045eff.tar.gz
gdb-3f9a32bd0be95e8849906f47e660f1ab94045eff.tar.bz2
* elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
and rel_hdr2 when initially counting input relocs rather than after creating output reloc sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 36de77c..eb0e000 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2003-02-25 Alan Modra <amodra@bigpond.net.au>
+ * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
+ and rel_hdr2 when initially counting input relocs rather than after
+ creating output reloc sections.
+
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
@@ -144,7 +148,7 @@
2003-02-17 Nick Clifton <nickc@redhat.com>
- * elflink.h (elf_link_output_extsym): Only check
+ * elflink.h (elf_link_output_extsym): Only check
allow_shlib_undefined for shared libraries.
* elf32-i386.c (elf_i386_relocate_section): Remove bogus check
of allow_shlib_undefined.
@@ -169,7 +173,7 @@
* elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
address field to use in the comparison.
- (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
+ (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
2003-02-14 Bob Wilson <bob.wilson@acm.org>