diff options
author | Alan Modra <amodra@gmail.com> | 2003-02-25 04:39:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-02-25 04:39:32 +0000 |
commit | 4fabe71ea97e3d8c3241fe923619a7ad7f688842 (patch) | |
tree | 00e00a9282bef07ac16df6074a12866b40deba37 /bfd/ChangeLog | |
parent | 3f9a32bd0be95e8849906f47e660f1ab94045eff (diff) | |
download | gdb-4fabe71ea97e3d8c3241fe923619a7ad7f688842.zip gdb-4fabe71ea97e3d8c3241fe923619a7ad7f688842.tar.gz gdb-4fabe71ea97e3d8c3241fe923619a7ad7f688842.tar.bz2 |
* elflink.h (elf_link_read_relocs_from_section): Don't abort with
wrong reloc sizes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index eb0e000..bf733ca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -3,6 +3,8 @@ * 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. + (elf_link_read_relocs_from_section): Don't abort with wrong reloc + sizes. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. |