]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog-2015
Don't set link_info.executable for "ld -r"
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 29 Jul 2015 16:11:15 +0000 (09:11 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 29 Jul 2015 16:14:05 +0000 (09:14 -0700)
commite77e648e93adf564fb10e725e4d8800d30a83eb5
tree8c6397934779a223689d59b7a7cc21cf9d080ec6
parent1eef6428112a1c1fe0295f36f92d7a3cf9908228
Don't set link_info.executable for "ld -r"

This patch changes "ld -r" not to set link_info.executable.  It
removes !info->relocatable check for info->executable and adds it
for !info->executable in elflink.c.

bfd/

* elflink.c (elf_link_add_object_symbols): Remove
!info->relocatable check for info->executable.  Add
!info->relocatable check for !info->executable.
(elf_link_output_extsym): Remove
!info->relocatable check for info->executable.

ld/

* lexsup.c (parse_args): Don't set link_info.executable to
TRUE for link_info.relocatable.
bfd/ChangeLog
bfd/elflink.c
ld/ChangeLog
ld/lexsup.c