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 ed11f0543e9 Automatic date update in version.in new 01ae03b5b9d gold: don't invoke IA32 syscall in x86_64 assembly testcase new 818432e8415 gas: tweak .irp and alike file/line handling for M68K/MRI new 2e55c342822 gas: simplify ignore_input() new 43fe575c32f gas: don't ignore .linefile inside false conditionals new 7e6d6b62d8d gas: fold do_repeat{,_with_expander}() new 9c70556165e gas: avoid bignum related errors when processing .linefile new 85aaf32e610 gas: avoid octal numbers being accepted when processing .linefile
The 7 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/cond.c | 28 ++++++++------ gas/config/tc-rx.c | 2 +- gas/config/tc-tic54x.c | 2 +- gas/macro.c | 5 ++- gas/read.c | 81 +++++++++++++++++----------------------- gas/read.h | 3 +- gas/testsuite/gas/all/cond-2.l | 12 ++++++ gas/testsuite/gas/all/cond-2.s | 5 +++ gas/testsuite/gas/all/gas.exp | 7 ++++ gas/testsuite/gas/all/linefile.l | 6 +++ gas/testsuite/gas/all/linefile.s | 8 ++++ gold/testsuite/pr17704a_test.s | 12 +++--- 12 files changed, 103 insertions(+), 68 deletions(-) create mode 100644 gas/testsuite/gas/all/cond-2.l create mode 100644 gas/testsuite/gas/all/cond-2.s create mode 100644 gas/testsuite/gas/all/linefile.l create mode 100644 gas/testsuite/gas/all/linefile.s