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 b6e1210536c Automatic date update in version.in new 3615e5db8d0 gas: correctly deal with line comments when not preprocessing new 4a9843c301e gas: drop unnecessary use of tc_comment_chars
The 2 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-cris.c | 2 +- gas/config/tc-cris.h | 5 ----- gas/config/tc-mmix.c | 2 +- gas/config/tc-mmix.h | 3 --- gas/config/tc-or1k.c | 4 +--- gas/config/tc-or1k.h | 3 --- gas/config/tc-visium.c | 5 ++--- gas/config/tc-visium.h | 3 --- gas/read.c | 13 ++++++++----- gas/read.h | 8 ++++++++ gas/testsuite/gas/all/gas.exp | 4 ++++ gas/testsuite/gas/all/line-comment.d | 12 ++++++++++++ gas/testsuite/gas/all/line-comment.s | 4 ++++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/line-comment.d | 13 +++++++++++++ gas/testsuite/gas/i386/line-comment.s | 6 ++++++ 16 files changed, 61 insertions(+), 27 deletions(-) create mode 100644 gas/testsuite/gas/all/line-comment.d create mode 100644 gas/testsuite/gas/all/line-comment.s create mode 100644 gas/testsuite/gas/i386/line-comment.d create mode 100644 gas/testsuite/gas/i386/line-comment.s