This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/binutils-gdb.
from ed11f0543e Automatic date update in version.in adds 01ae03b5b9 gold: don't invoke IA32 syscall in x86_64 assembly testcase adds 818432e841 gas: tweak .irp and alike file/line handling for M68K/MRI adds 2e55c34282 gas: simplify ignore_input() adds 43fe575c32 gas: don't ignore .linefile inside false conditionals adds 7e6d6b62d8 gas: fold do_repeat{,_with_expander}() adds 9c70556165 gas: avoid bignum related errors when processing .linefile adds 85aaf32e61 gas: avoid octal numbers being accepted when processing .linefile
No new revisions were added by this update.
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