gdb and binutils branch binutils-2_24-branch updated. 37e6f1322b94f39c7aba198e113e621f4b4ea55e
amodra@sourceware.org
amodra@sourceware.org
Thu Jun 12 15:34:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, binutils-2_24-branch has been updated
via 37e6f1322b94f39c7aba198e113e621f4b4ea55e (commit)
from 9cf251f2e704e74ce372dbcad18598053bd1a60e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=37e6f1322b94f39c7aba198e113e621f4b4ea55e
commit 37e6f1322b94f39c7aba198e113e621f4b4ea55e
Author: Alan Modra <amodra@gmail.com>
Date: Tue Jun 3 10:55:29 2014 +0930
Support fusion for ELFv2 stubs
Power8 fuses addis,addi and addis,ld sequences when the target of the
addis is the same as the addi/ld. Thus
addis r12,r2,xxx@ha
addi r12,r12,xxx@l / ld r12,xxx@l(r12)
is faster than
addis r11,r2,xxx@ha
addi r12,r11,xxx@l / ld r12,xxx@l(r11)
So use the form that allows fusion in plt call and branch stubs.
bfd/
* elf64-ppc.c (ADDIS_R12_R2): Define.
(build_plt_stub): Support fusion on ELFv2 stub.
(ppc_build_one_stub): Likewise for plt branch stubs.
gold/
* powerpc.cc (addis_12_2): Define.
(Stub_table::do_write): Support fusion on ELFv2 stubs.
ld/testsuite/
* ld-powerpc/elfv2exe.d: Update for changed plt call stubs.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/elf64-ppc.c | 21 +++++++++++++++------
gold/ChangeLog | 4 ++++
gold/powerpc.cc | 23 +++++++++++++++++------
ld/testsuite/ChangeLog | 3 +++
ld/testsuite/ld-powerpc/elfv2exe.d | 8 ++++----
6 files changed, 48 insertions(+), 16 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Binutils-cvs
mailing list