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 8e98b4aa43d ld/testsuite: exclude relocs from section contributions PDB test new b7ee8ec914c x86: error handling in set_cpu_arch() new 6170a088a60 x86/APX: correct disassembly for EVEX.B4 new 9135fac423c arm: don't engage symver scrubber hack in CCS mode new 5d2142f10e7 gas: restrict scrubber mri_{state,last_ch} vars new 6fc346a4b39 gas: avoid (scrubber) diagnostics for stuff past .end
The 5 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/app.c | 73 ++++++++++++++++++++++++++++++++++---- gas/config/tc-i386.c | 64 +++++++++++++++++---------------- gas/testsuite/gas/all/end-no-dot.l | 3 ++ gas/testsuite/gas/all/end-no-dot.s | 11 ++++++ gas/testsuite/gas/all/end.l | 3 ++ gas/testsuite/gas/all/end.s | 11 ++++++ gas/testsuite/gas/all/gas.exp | 24 +++++++++++++ gas/testsuite/gas/arm/ccs-symver.d | 10 ++++++ gas/testsuite/gas/arm/ccs-symver.s | 7 ++++ opcodes/i386-dis.c | 5 +-- 10 files changed, 172 insertions(+), 39 deletions(-) create mode 100644 gas/testsuite/gas/all/end-no-dot.l create mode 100644 gas/testsuite/gas/all/end-no-dot.s create mode 100644 gas/testsuite/gas/all/end.l create mode 100644 gas/testsuite/gas/all/end.s create mode 100644 gas/testsuite/gas/arm/ccs-symver.d create mode 100644 gas/testsuite/gas/arm/ccs-symver.s