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 038d486 Fix gdbserver/MI testing regression new 93a24ba PR gas/20312: Do not pad sections to alignment on failed assembly new 5e35670 MIPS/GAS: Simplify non-MIPS16 branch swapping sequence new 99e7978 MIPS16/GAS: Fix delay slot filling across frags
The 3 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 | 29 ++++++++++++++++ gas/config/tc-mips.c | 16 ++++----- gas/testsuite/gas/all/gas.exp | 2 ++ gas/testsuite/gas/all/pr20312.l | 2 ++ gas/testsuite/gas/all/pr20312.s | 3 ++ gas/testsuite/gas/mips/branch-swap-3.d | 38 ++++++++++++++++++++ gas/testsuite/gas/mips/branch-swap-3.s | 30 ++++++++++++++++ gas/testsuite/gas/mips/branch-swap-4.d | 5 +++ gas/testsuite/gas/mips/micromips@branch-swap-3.d | 40 +++++++++++++++++++++ gas/testsuite/gas/mips/micromips@branch-swap-4.d | 5 +++ gas/testsuite/gas/mips/mips.exp | 3 ++ gas/testsuite/gas/mips/mips16@branch-swap-3.d | 44 ++++++++++++++++++++++++ gas/testsuite/gas/mips/mips16@branch-swap-4.d | 5 +++ gas/write.c | 32 ++++++++--------- 14 files changed, 228 insertions(+), 26 deletions(-) create mode 100644 gas/testsuite/gas/all/pr20312.l create mode 100644 gas/testsuite/gas/all/pr20312.s create mode 100644 gas/testsuite/gas/mips/branch-swap-3.d create mode 100644 gas/testsuite/gas/mips/branch-swap-3.s create mode 100644 gas/testsuite/gas/mips/branch-swap-4.d create mode 100644 gas/testsuite/gas/mips/micromips@branch-swap-3.d create mode 100644 gas/testsuite/gas/mips/micromips@branch-swap-4.d create mode 100644 gas/testsuite/gas/mips/mips16@branch-swap-3.d create mode 100644 gas/testsuite/gas/mips/mips16@branch-swap-4.d