diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-19 13:19:18 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-19 13:27:13 +1030 |
commit | a75a6a416477915b7d236537c9170ced3064df11 (patch) | |
tree | 92bed393136f693661b7672ec519bae990da8eb8 /gold/ChangeLog | |
parent | 0e7620dcdc4568c0a7b501c522a4b565bdc83461 (diff) | |
download | gdb-a75a6a416477915b7d236537c9170ced3064df11.zip gdb-a75a6a416477915b7d236537c9170ced3064df11.tar.gz gdb-a75a6a416477915b7d236537c9170ced3064df11.tar.bz2 |
[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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index a1d3d30..64f7b78 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2021-01-19 Alan Modra <amodra@gmail.com> + + PR 27203 + * powerpc.cc (do_plt_fde_location): Remove doing_static_link + assertion. + 2021-01-17 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ifuncmain6pie.c: Remove non-JUMP_SLOT relocations |