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 76eb8ef1ce4 gdb: include gdbarch.h in all files extending gdbarch_tdep new 578c64a45a0 Add multibyte character warning option to the assembler.
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/ChangeLog | 22 ++++++++++++++++ gas/NEWS | 8 ++++++ gas/app.c | 54 ++++++++++++++++++++++++++++++++++++++ gas/as.c | 23 +++++++++++++--- gas/as.h | 9 +++++++ gas/doc/as.texi | 30 ++++++++++++++++++--- gas/input-scrub.c | 5 ++++ gas/symbols.c | 34 ++++++++++++++++++++++-- gas/testsuite/gas/all/gas.exp | 2 ++ gas/testsuite/gas/all/multibyte.s | 8 ++++++ gas/testsuite/gas/all/multibyte1.d | 3 +++ gas/testsuite/gas/all/multibyte1.l | 12 +++++++++ gas/testsuite/gas/all/multibyte2.d | 3 +++ gas/testsuite/gas/all/multibyte2.l | 2 ++ 14 files changed, 205 insertions(+), 10 deletions(-) create mode 100644 gas/testsuite/gas/all/multibyte.s create mode 100644 gas/testsuite/gas/all/multibyte1.d create mode 100644 gas/testsuite/gas/all/multibyte1.l create mode 100644 gas/testsuite/gas/all/multibyte2.d create mode 100644 gas/testsuite/gas/all/multibyte2.l