This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from 50192212a7 gprofng doesn't build with gcc 5.5 adds 1a42a9fe4e x86: make {disp16} work similarly to {disp32} adds 2ee1792bec gas: further adjust file/line handling for .irp and alike adds 657edeab38 gas: further adjust file/line handling for .macro adds c39e89c3aa gas: drop .appfile and .appline adds 66b39b8b9c gas: new_logical_line{,_flags}() can return "void"
No new revisions were added by this update.
Summary of changes: gas/as.h | 4 +- gas/config/obj-coff.c | 18 +- gas/config/obj-coff.h | 7 +- gas/config/obj-ecoff.h | 2 +- gas/config/obj-elf.c | 48 +- gas/config/obj-elf.h | 2 +- gas/config/obj-multi.h | 4 +- gas/config/tc-i386.c | 6 +- gas/config/tc-mips.c | 6 +- gas/config/tc-ppc.c | 2 +- gas/config/tc-tic54x.c | 2 +- gas/config/tc-z8k.c | 2 +- gas/dwarf2dbg.c | 4 +- gas/ecoff.c | 2 +- gas/ecoff.h | 2 +- gas/input-scrub.c | 67 +- gas/macro.c | 17 +- gas/obj.h | 2 +- gas/read.c | 146 ++- gas/read.h | 6 +- gas/sb.h | 9 +- gas/testsuite/gas/aarch64/illegal-ldapr.l | 24 +- gas/testsuite/gas/aarch64/illegal.l | 440 ++++---- gas/testsuite/gas/arm/mve-vctp-bad.l | 70 +- gas/testsuite/gas/arm/mve-vldr-bad-3.l | 68 +- gas/testsuite/gas/arm/mve-vldr-vstr-bad.l | 1620 ++++++++++++++--------------- gas/testsuite/gas/arm/mve-vqdmlah-bad.l | 12 +- gas/testsuite/gas/arm/mve-vqdmlash-bad.l | 12 +- gas/testsuite/gas/arm/mve-vrint-bad.l | 156 +-- gas/testsuite/gas/elf/dwarf-5-irp.d | 18 + gas/testsuite/gas/elf/dwarf-5-irp.s | 6 + gas/testsuite/gas/elf/elf.exp | 10 + gas/testsuite/gas/elf/line.l | 30 + gas/testsuite/gas/elf/line.s | 49 + gas/testsuite/gas/i386/inval-pseudo.l | 6 +- gas/testsuite/gas/i386/inval-pseudo.s | 3 + gas/testsuite/gas/i386/pseudos.d | 4 + gas/testsuite/gas/i386/pseudos.s | 7 + gas/testsuite/gas/mmix/err-greg1.s | 4 +- 39 files changed, 1524 insertions(+), 1373 deletions(-) create mode 100644 gas/testsuite/gas/elf/line.l create mode 100644 gas/testsuite/gas/elf/line.s