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 3fc9d4e2e5a pre-commit: autoupdate new 65d41fb015a Revert "gas: drop scrubber states 14 and 15" new 87582defe75 Revert "gas: have scrubber retain more whitespace" new a86cec1a6f5 gas: Add macro tests for PR gas/32073
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/NEWS | 7 -- gas/app.c | 200 ++++++++++++++++++++++++-------- gas/config/tc-aarch64.c | 19 ++- gas/config/tc-arm.c | 2 - gas/config/tc-crx.c | 6 +- gas/config/tc-csky.c | 23 +--- gas/config/tc-ia64.h | 3 + gas/config/tc-pru.c | 10 +- gas/config/tc-sparc.c | 48 ++------ gas/config/tc-tic6x.h | 2 + gas/config/tc-v850.c | 4 - gas/testsuite/gas/all/macro.l | 10 -- gas/testsuite/gas/all/macro.s | 4 +- gas/testsuite/gas/i386/x86-64-apx-nf.s | 40 +++---- gas/testsuite/gas/i386/x86-64-macro-1.d | 11 ++ gas/testsuite/gas/i386/x86-64-macro-1.s | 9 ++ gas/testsuite/gas/i386/x86-64.exp | 2 + gas/testsuite/gas/macros/arg1.d | 7 ++ gas/testsuite/gas/macros/arg1.s | 12 ++ gas/testsuite/gas/macros/macros.exp | 2 + opcodes/cgen-asm.in | 52 +++------ opcodes/epiphany-asm.c | 52 +++------ opcodes/fr30-asm.c | 52 +++------ opcodes/frv-asm.c | 52 +++------ opcodes/ip2k-asm.c | 52 +++------ opcodes/iq2000-asm.c | 52 +++------ opcodes/lm32-asm.c | 52 +++------ opcodes/m32c-asm.c | 52 +++------ opcodes/m32r-asm.c | 52 +++------ opcodes/mep-asm.c | 52 +++------ opcodes/mt-asm.c | 52 +++------ opcodes/nds32-asm.c | 5 - opcodes/or1k-asm.c | 52 +++------ opcodes/xstormy16-asm.c | 52 +++------ 34 files changed, 482 insertions(+), 620 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-macro-1.d create mode 100644 gas/testsuite/gas/i386/x86-64-macro-1.s create mode 100644 gas/testsuite/gas/macros/arg1.d create mode 100644 gas/testsuite/gas/macros/arg1.s