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/gdb.
from 5f437feef4 Automatic date update in version.in adds 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" adds 278c98c830 Stop strip from removing debuglink sections. adds 44a29af963 Require GNAT debug info for some Ada tests adds dc262faf37 Remove "Ada Settings" node from the manual adds ce70f11ffe Add C++ "save gdb-index" test adds 63e0ee15a3 [gdb/testsuite] Fix gdb.base/stap-probe.exp with read1
No new revisions were added by this update.
Summary of changes: binutils/ChangeLog | 6 + binutils/objcopy.c | 16 +- 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 +- gdb/doc/gdb.texinfo | 32 - gdb/testsuite/gdb.ada/interface.exp | 5 + gdb/testsuite/gdb.ada/iwide.exp | 5 + gdb/testsuite/gdb.ada/mi_interface.exp | 5 + gdb/testsuite/gdb.ada/tagged.exp | 5 + gdb/testsuite/gdb.ada/tagged_access.exp | 5 + gdb/testsuite/gdb.base/stap-probe.exp | 4 +- .../gdb-index-cxx.exp} | 32 +- .../index.cc} | 12 +- gprofng/Makefile.in | 1 + gprofng/configure | 79 +- gprofng/configure.ac | 4 + gprofng/doc/Makefile.in | 1 + gprofng/gp-display-html/Makefile.in | 1 + gprofng/libcollector/configure | 20 +- gprofng/src/DbeSession.cc | 40 +- gprofng/src/DbeSession.h | 4 +- gprofng/src/Makefile.am | 6 +- gprofng/src/Makefile.in | 19 +- gprofng/src/QLParser.tab.cc | 1453 -------------- gprofng/src/QLParser.tab.hh | 2038 -------------------- gprofng/src/QLParser.yy | 142 +- 63 files changed, 1814 insertions(+), 5018 deletions(-) create mode 100644 gas/testsuite/gas/elf/line.l create mode 100644 gas/testsuite/gas/elf/line.s copy gdb/testsuite/{gdb.base/label-without-address.exp => gdb.dwarf2/gdb-index-cxx [...] copy gdb/testsuite/{gdb.threads/vfork-multi-inferior-sleep.c => gdb.dwarf2/index.c [...] delete mode 100644 gprofng/src/QLParser.tab.cc delete mode 100644 gprofng/src/QLParser.tab.hh