diff options
author | Alan Modra <amodra@gmail.com> | 2018-08-03 16:45:25 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-08-05 10:33:07 +0930 |
commit | 3f6ff4799bc50e6030bb707b2b2b525fcfdd2216 (patch) | |
tree | 6eeb00a174a088a64b750e882fc7ddf370a8e34b /ld/ChangeLog | |
parent | 1a6204c9a73d10fe65c0b0b54d542cf73d156a56 (diff) | |
download | gdb-3f6ff4799bc50e6030bb707b2b2b525fcfdd2216.zip gdb-3f6ff4799bc50e6030bb707b2b2b525fcfdd2216.tar.gz gdb-3f6ff4799bc50e6030bb707b2b2b525fcfdd2216.tar.bz2 |
Lose _r2off in powerpc64 stub names
Not a lot is conveyed by putting _r2off in a stub symbol that can't be
seen by inspecting the stub code or the toc restoring instruction
immediately after a call via such a stub. Also, we don't distinguish
plt_call stub symbols from plt_call_r2save stub symbols, so this patch
makes long branch and plt branch stub symbols consistent with that
decision.
bfd/
* elf64-ppc.c (ppc_build_one_stub): Lose "_r2off" in stub symbols.
ld/
* testsuite/ld-powerpc/elfv2exe.d: Adjust for stub symbol change.
* testsuite/ld-powerpc/tocopt6.d: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d1a15df..b32879d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2018-08-05 Alan Modra <amodra@gmail.com> + + * testsuite/ld-powerpc/elfv2exe.d: Adjust for stub symbol change. + * testsuite/ld-powerpc/tocopt6.d: Likewise. + 2018-08-03 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-x86-64/property-x86-3.s: Use ".p2align 2" to |