]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/ChangeLog
[GOLD] powerpc assertion failure
authorAlan Modra <amodra@gmail.com>
Tue, 19 Jan 2021 02:49:18 +0000 (13:19 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 19 Jan 2021 02:57:13 +0000 (13:27 +1030)
commita75a6a416477915b7d236537c9170ced3064df11
tree92bed393136f693661b7672ec519bae990da8eb8
parent0e7620dcdc4568c0a7b501c522a4b565bdc83461
[GOLD] powerpc assertion failure

A testcase with only ifuncs can result in no plt section (ifunc plt
entries might instead be in iplt), which means we can get to this code
without a static link.

PR 27203
* powerpc.cc (do_plt_fde_location): Remove doing_static_link
assertion.
gold/ChangeLog
gold/powerpc.cc