diff options
author | Alan Modra <amodra@gmail.com> | 2004-10-11 04:54:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-10-11 04:54:27 +0000 |
commit | 2ad770c3805fe1546fb9ca004db785dcdc5966df (patch) | |
tree | d86b84fcd9da68f579ee1233d68d5f2bd7c48010 /bfd/ChangeLog | |
parent | 6c0c5b1e5da52f6a3cb0fa3e1707fb9652459770 (diff) | |
download | gdb-2ad770c3805fe1546fb9ca004db785dcdc5966df.zip gdb-2ad770c3805fe1546fb9ca004db785dcdc5966df.tar.gz gdb-2ad770c3805fe1546fb9ca004db785dcdc5966df.tar.bz2 |
PR 354
* elflink.c (elf_link_input_bfd): Check that relocs in SEC_ALLOC
sections do not reference symbols in non-SEC_ALLOC sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cc79ca5..206f16b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2004-10-11 Alan Modra <amodra@bigpond.net.au> + PR 354 + * elflink.c (elf_link_input_bfd): Check that relocs in SEC_ALLOC + sections do not reference symbols in non-SEC_ALLOC sections. + +2004-10-11 Alan Modra <amodra@bigpond.net.au> + PR 437 * elflink.c (elf_link_sort_relocs): Don't bomb on unusual sections. (_bfd_elf_link_omit_section_dynsym): Formatting. |