aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-04-25 15:17:51 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-04-25 15:17:51 +0000
commit3c0a515daa8d8db686d05654054cf980d742d535 (patch)
tree9b53dd8d4f63dd799591c926fd5fe58872cb6982 /bfd/ChangeLog
parent635f10624f5a5e8cb09c7266e80dfacde76f7bf7 (diff)
downloadgdb-3c0a515daa8d8db686d05654054cf980d742d535.zip
gdb-3c0a515daa8d8db686d05654054cf980d742d535.tar.gz
gdb-3c0a515daa8d8db686d05654054cf980d742d535.tar.bz2
2003-04-25 Alan Modra <amodra@bigpond.net.au>
* elflink.h (elf_merge_symbol): When we find a regular definition for an indirect symbol, flip the indirection so that the old direct symbol now points to the new definition.
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 22f055f..10a5957 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-25 Alan Modra <amodra@bigpond.net.au>
+
+ * elflink.h (elf_merge_symbol): When we find a regular definition
+ for an indirect symbol, flip the indirection so that the old
+ direct symbol now points to the new definition.
+
2003-04-24 Roland McGrath <roland@redhat.com>
* elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".