diff options
author | Alan Modra <amodra@gmail.com> | 2015-09-30 11:45:32 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-09-30 16:06:09 +0930 |
commit | 630993ec93fed0f2da1c4511b865cc69f5f0e835 (patch) | |
tree | 92955153c33b0544e02844994f57ab702a121e9b /bfd/ChangeLog | |
parent | a39d2e820dd949f934411dbc724d9afb5f4ace03 (diff) | |
download | gdb-630993ec93fed0f2da1c4511b865cc69f5f0e835.zip gdb-630993ec93fed0f2da1c4511b865cc69f5f0e835.tar.gz gdb-630993ec93fed0f2da1c4511b865cc69f5f0e835.tar.bz2 |
Consistency check for merge sections
We can't allow sections to be merged and sized by the ELF linker
backend and then later be output by the generic linker backend. The
generic linker backend doesn't understand merge sections.
PR ld/19013
* elflink.c (_bfd_elf_merge_sections): Only merge input bfds that
will be handled by elf_link_input_bfd. Rename abfd param to obfd.
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 16dd166..f4ca2ec 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-09-30 Alan Modra <amodra@gmail.com> + + PR ld/19013 + * elflink.c (_bfd_elf_merge_sections): Only merge input bfds that + will be handled by elf_link_input_bfd. Rename abfd param to obfd. + 2015-09-30 Rich Felker <dalias@libc.org> * config.bfd (targ_selvecs): Add fdpic and misc targets |