aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-04-26 12:59:23 +0000
committerAlan Modra <amodra@gmail.com>2002-04-26 12:59:23 +0000
commita50c18456ead8f239ca5af06ad7e418f6659ddce (patch)
tree52f7fd0ff91dc3df53773fd171a1050679671d40 /bfd/ChangeLog
parent5868c862e2d178996aa66bf3553a6f59d1516e2e (diff)
downloadgdb-a50c18456ead8f239ca5af06ad7e418f6659ddce.zip
gdb-a50c18456ead8f239ca5af06ad7e418f6659ddce.tar.gz
gdb-a50c18456ead8f239ca5af06ad7e418f6659ddce.tar.bz2
* elflink.h (elf_bfd_final_link): Ensure input bfd class is the
same as the output before calling elf_link_input_bfd.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9aff0f9..5bbce0e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
2002-04-26 Alan Modra <amodra@bigpond.net.au>
+ * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
+ same as the output before calling elf_link_input_bfd.
+
* coffcode.h (coff_compute_section_file_positions): Set
section_tail after shuffling section list.