]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: Pass "%F%P:" to linker callback in case of error
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 17 Nov 2017 12:09:12 +0000 (04:09 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 17 Nov 2017 12:09:12 +0000 (04:09 -0800)
commit2c244f9b0935e577d7c20bb5706e27438e48227f
tree94855c94f1ec6537fcf999cc79d15e692c9768cc
parent6a6196fc71467e39e9009d6306ef13de008c6fe3
x86: Pass "%F%P:" to linker callback in case of error

We should pass "%F%P:" to  linker callback in case of error.  Otherwise,
linker will report:

: failed to create GNU property section

* elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Pass
"%F%P:", instead of "%F:", to linker callback in case of error.
bfd/ChangeLog
bfd/elfxx-x86.c