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 0ff4e567db6 x86: undo '{' being a symbol-start character new 3fea91b17da x86: accept whitespace inside curly braces new 75d0166b711 gas: pre-init the scrubber's lex[] new da0fa10a4e0 gas: drop tic6x scrubber special case new 0d96d156aca gas: consistently drop trailing whitespace when scrubbing new fd05d6b739f gas: adjust impossible/bogus M68K/MRI special case when scrubbing new cfa18744d43 Arm: correct macro use in gas testsuite new a1b7023447d bfin: correct macro use in gas testsuite new 1cc4b7d755a bfin: drop _ASSIGN_BANG new 2231ac9b9e8 ia64: correct macro use in gas testsuite new c0e9aca554e MIPS: correct macro use in gas and ld testsuites new 6e892703fed TilePro: correct macro use in gas testsuite new 91a082c1bac Sparc: relax gas testsuite whitespace expectations
The 12 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 | 120 ++++++++++++++------- gas/config/bfin-lex.l | 1 - gas/config/bfin-parse.y | 10 +- gas/config/tc-i386.c | 23 +++- gas/doc/as.texi | 6 +- .../gas/arm/group-reloc-ldrs-encoding-bad.s | 2 +- gas/testsuite/gas/arm/group-reloc-ldrs.s | 2 +- gas/testsuite/gas/bfin/allinsn16.s | 8 +- gas/testsuite/gas/i386/curly.d | 28 +++++ gas/testsuite/gas/i386/curly.s | 26 +++++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/ia64/pcrel.s | 12 +-- gas/testsuite/gas/mips/mips16-32@mips16-insn-e.l | 4 +- gas/testsuite/gas/mips/mips16-64@mips16-insn-e.l | 4 +- gas/testsuite/gas/mips/mips16-insn-e.l | 4 +- gas/testsuite/gas/mips/mips16e-32@mips16-insn-e.l | 4 +- gas/testsuite/gas/mips/mips16e2-32@mips16-insn-e.l | 4 +- .../mips/mips16e2-interaptiv-mr2@mips16-insn-e.l | 4 +- gas/testsuite/gas/mips/unaligned-branch-1.s | 4 +- gas/testsuite/gas/mips/unaligned-branch-2.s | 4 +- .../gas/mips/unaligned-branch-micromips-1.s | 4 +- .../gas/mips/unaligned-branch-micromips-2.s | 4 +- gas/testsuite/gas/mips/unaligned-branch-mips16-1.s | 4 +- gas/testsuite/gas/mips/unaligned-branch-mips16-2.s | 4 +- gas/testsuite/gas/mips/unaligned-branch-r6-1.s | 4 +- gas/testsuite/gas/mips/unaligned-branch-r6-2.s | 4 +- gas/testsuite/gas/mips/unaligned-branch-r6-3.s | 4 +- gas/testsuite/gas/mips/unaligned-branch-r6-4.s | 4 +- gas/testsuite/gas/mips/unaligned-jump-1.s | 4 +- gas/testsuite/gas/mips/unaligned-jump-2.s | 4 +- .../gas/mips/unaligned-jump-micromips-1.s | 4 +- .../gas/mips/unaligned-jump-micromips-2.s | 4 +- gas/testsuite/gas/mips/unaligned-jump-mips16-1.s | 4 +- gas/testsuite/gas/mips/unaligned-jump-mips16-2.s | 4 +- gas/testsuite/gas/sparc/asi-arch-error.l | 2 +- gas/testsuite/gas/tilepro/t_constants.s | 2 +- ld/testsuite/ld-mips-elf/unaligned-data.s | 2 +- ld/testsuite/ld-mips-elf/unaligned-insn.s | 2 +- ld/testsuite/ld-mips-elf/unaligned-text.s | 2 +- 39 files changed, 225 insertions(+), 112 deletions(-) create mode 100644 gas/testsuite/gas/i386/curly.d create mode 100644 gas/testsuite/gas/i386/curly.s