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 434deed44de Support Intel AMX-TF32 new f087e2e3f6d gas: Revert PR 32391 related commits to fix 3 regressions
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: gas/config/tc-iq2000.c | 6 +- gas/doc/as.texi | 60 +------- gas/input-scrub.c | 7 +- gas/macro.c | 272 ++++++------------------------------ gas/macro.h | 17 ++- gas/read.c | 15 +- gas/testsuite/gas/macros/macros.exp | 4 +- gas/testsuite/gas/macros/nesting.d | 28 ---- gas/testsuite/gas/macros/nesting.s | 104 -------------- gas/testsuite/gas/macros/nesting1.d | 7 + gas/testsuite/gas/macros/nesting1.s | 14 ++ gas/testsuite/gas/macros/nesting2.d | 7 + gas/testsuite/gas/macros/nesting2.s | 10 ++ gas/testsuite/gas/macros/nesting3.d | 7 + gas/testsuite/gas/macros/nesting3.s | 13 ++ 15 files changed, 126 insertions(+), 445 deletions(-) delete mode 100644 gas/testsuite/gas/macros/nesting.d delete mode 100644 gas/testsuite/gas/macros/nesting.s create mode 100644 gas/testsuite/gas/macros/nesting1.d create mode 100644 gas/testsuite/gas/macros/nesting1.s create mode 100644 gas/testsuite/gas/macros/nesting2.d create mode 100644 gas/testsuite/gas/macros/nesting2.s create mode 100644 gas/testsuite/gas/macros/nesting3.d create mode 100644 gas/testsuite/gas/macros/nesting3.s