diff options
author | Alan Modra <amodra@gmail.com> | 2002-04-26 12:59:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-04-26 12:59:23 +0000 |
commit | a50c18456ead8f239ca5af06ad7e418f6659ddce (patch) | |
tree | 52f7fd0ff91dc3df53773fd171a1050679671d40 /bfd/ChangeLog | |
parent | 5868c862e2d178996aa66bf3553a6f59d1516e2e (diff) | |
download | gdb-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/ChangeLog | 3 |
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. |