This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8032ac0 Implement SORT_BY_INIT_PRIORITY. new 3a4f096 Convert indirect calls to direct when possible.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gold/ChangeLog | 15 ++ gold/testsuite/Makefile.am | 19 +++ gold/testsuite/Makefile.in | 20 +++ ...tected.sh => x86_64_indirect_call_to_direct.sh} | 25 +-- gold/testsuite/x86_64_indirect_call_to_direct1.s | 12 ++ gold/testsuite/x86_64_indirect_jump_to_direct1.s | 11 ++ gold/x86_64.cc | 172 +++++++++++++++++---- 7 files changed, 228 insertions(+), 46 deletions(-) copy gold/testsuite/{copy_test_protected.sh => x86_64_indirect_call_to_direct.sh} (69%) create mode 100644 gold/testsuite/x86_64_indirect_call_to_direct1.s create mode 100644 gold/testsuite/x86_64_indirect_jump_to_direct1.s