]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR ld/26288: Revert obsolete part of PR ld/26047 fix
authorMaciej W. Rozycki <macro@wdc.com>
Thu, 23 Jul 2020 19:11:29 +0000 (20:11 +0100)
committerMaciej W. Rozycki <macro@wdc.com>
Thu, 23 Jul 2020 19:11:29 +0000 (20:11 +0100)
commitb5dd7120f6bcbd1fe650b8839a53b2bd423fbf60
tree1792b492ac963487608c88f6ba15b773c90edd88
parente7bc9db8f447e056f4faa11702230239b4075c2c
PR ld/26288: Revert obsolete part of PR ld/26047 fix

Revert commit a3fc941881e4 ("Stop the linker from accepting executable
ELF files as inputs to other links."), which has been made obsolete by
commit a87e1817a435 ("Have the linker fail if any attempt to link in an
executable is made.").  An earlier check triggers added with the latter
commit making the piece of code removed dead.

ld/
PR ld/26288

Revert:
PR 26047
* ldelf.c (ldelf_after_open): Fail if attempting to link one
executable into another.
ld/ChangeLog
ld/ldelf.c