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 10329bb27f fix two issues in gdb.ada/mi_catch_ex.exp (re: "exception-message") new 120bc8b8b9 gas: extract xg_relax_trampoline from xtensa_relax_frag new fec68fb168 gas: xtensa: extract jump assembling for trampolines new 1c2649f50f gas: xtensa: reuse find_trampoline_seg new 46888d7100 gas: xtensa: merge trampoline_frag into xtensa_frag_type new fe6c2f1b64 gas: xtensa: rewrite xg_relax_trampoline new 76a493ab99 gas: xtensa: reuse trampoline placement code new 148d638429 gas: xtensa: implement trampoline coalescing new 407e114084 gas: xtensa: speed up find_trampoline_seg
The 8 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: gas/ChangeLog | 120 +++ gas/config/tc-xtensa.c | 984 +++++++++++---------- gas/config/tc-xtensa.h | 7 + gas/testsuite/gas/xtensa/all.exp | 1 + .../branch-swap-2.l => xtensa/trampoline-2.l} | 0 gas/testsuite/gas/xtensa/trampoline-2.s | 20 + gas/testsuite/gas/xtensa/trampoline.d | 35 +- gas/testsuite/gas/xtensa/trampoline.s | 2 + 8 files changed, 701 insertions(+), 468 deletions(-) copy gas/testsuite/gas/{mips/branch-swap-2.l => xtensa/trampoline-2.l} (100%) create mode 100644 gas/testsuite/gas/xtensa/trampoline-2.s