This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 110aae55a8 gdb/fortran: print fortran extended types with ptype adds 129f0aaa9d gdb maintainer commit rights adds 0c80fce42a gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.exp adds de83289ef3 Pass PKG_CONFIG_PATH down from top-level Makefile adds 7d41169b6d Debug info for function in Windows PE binary on wrong instruction adds 01772c548b Fix undefined behavior in the Fortran, Go and Pascal number parsers adds 6849c6a2b8 gdb: Avoid undefined shifts, fix Go shifts adds c10622fef4 gprofng: zlib handling adds 9f184a64f5 gprofng: fprintf_styled_func not inizialized for disassembler adds a3a7f5e158 gas: Port "copy st_size only if unset" to aarch64 and riscv adds 680e019e5a Automatic date update in version.in adds 81c5e3764b Correct nds32 readelf reloc numbers adds 480a4dd5f3 Don't run pr27228 test for hppa adds 57594b6a75 Rearrange struct bfd_section a little adds bd1c798f0a Remove MSYMBOL_VALUE_CHAIN adds f190d13c78 Automatic date update in version.in adds 2a722c6460 Automatic date update in version.in adds e7be729233 [gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp for m32 pie adds 04f4c17c7a [gdb/testsuite] Fix gdb.base/annota1.exp with pie adds d4c948427d gdb/f-lang: add Integer*1 to Fortran builtin types adds c08ec64081 gdb/f-lang: remove hidden ^L characters adds 4e436fdabe gdb/fortran: fix complex type in Fortran builtin types adds ed9ec61174 gdb/fortran: reformat build_fortran_types in f-lang.c adds 4ec8aa9e94 gdb/fortran: change default logical type to builtin_logical adds adc29023a7 gdb/fortran: clean-up Fortran intrinsic types adds 87abd9825d gdb/fortran: Change GDB print for fortran default types adds 04ba653650 gdb/fortran: rename f77_keywords to f_keywords adds 891e4190ba gdb/fortran: rewrite intrinsic handling and add some missing [...] adds 27e8f72f35 gdb/fortran/testsuite: add complex from integers test adds 96d368d104 gdb/doc: add section about Fortran intrinsic functions and types adds 4aeddc50d7 gdb: remove symbol value macros adds 60f62e2b83 gdb: remove MSYMBOL_TYPE macro adds 5bbfd12dda gdb: remove minimal symbol size macros adds e165fcef1e gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macros adds aa1402a95d i386-fbsd-nat: Remove two unused variables. adds 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"
No new revisions were added by this update.
Summary of changes: ChangeLog | 8 + Makefile.in | 3 + Makefile.tpl | 3 + bfd/ChangeLog | 6 + bfd/bfd-in2.h | 34 +- bfd/coffgen.c | 2 +- bfd/section.c | 34 +- bfd/version.h | 2 +- binutils/MAINTAINERS | 6 +- binutils/readelf.c | 14 +- configure | 2 + configure.ac | 1 + 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-aarch64.c | 20 +- gas/config/tc-i386.c | 6 +- gas/config/tc-mips.c | 6 +- gas/config/tc-ppc.c | 2 +- gas/config/tc-riscv.c | 21 +- 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/elf/pr27228.d | 2 +- gas/testsuite/gas/elf/size.d | 2 + 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/ada-exp.y | 2 +- gdb/ada-lang.c | 24 +- gdb/ada-tasks.c | 8 +- gdb/aix-thread.c | 4 +- gdb/alpha-mdebug-tdep.c | 2 +- gdb/arc-linux-tdep.c | 4 +- gdb/arm-tdep.c | 10 +- gdb/auxv.c | 4 +- gdb/avr-tdep.c | 2 +- gdb/ax-gdb.c | 12 +- gdb/blockframe.c | 14 +- gdb/breakpoint.c | 19 +- gdb/bsd-uthread.c | 2 +- gdb/buildsym.c | 2 +- gdb/c-exp.y | 10 +- gdb/c-valprint.c | 2 +- gdb/coff-pe-read.c | 4 +- gdb/coffread.c | 55 +- gdb/compile/compile-c-symbols.c | 18 +- gdb/compile/compile-cplus-symbols.c | 18 +- gdb/compile/compile-cplus-types.c | 4 +- gdb/compile/compile-object-load.c | 6 +- gdb/compile/compile-object-run.c | 2 +- gdb/cp-namespace.c | 2 +- gdb/csky-tdep.c | 2 +- gdb/ctfread.c | 2 +- gdb/dbxread.c | 10 +- gdb/doc/gdb.texinfo | 143 +- gdb/dwarf2/loc.c | 6 +- gdb/dwarf2/read.c | 35 +- gdb/elfread.c | 14 +- gdb/f-exp.h | 182 +- gdb/f-exp.y | 405 +++-- gdb/f-lang.c | 267 ++- gdb/f-lang.h | 7 +- gdb/f-valprint.c | 2 +- gdb/fbsd-tdep.c | 4 +- gdb/findvar.c | 27 +- gdb/frame.c | 4 +- gdb/frv-tdep.c | 2 +- gdb/ft32-tdep.c | 2 +- gdb/glibc-tdep.c | 2 +- gdb/gnu-v3-abi.c | 4 +- gdb/go-exp.y | 12 +- gdb/hppa-tdep.c | 4 +- gdb/i386-fbsd-nat.c | 6 - gdb/infcmd.c | 6 +- gdb/infrun.c | 2 +- gdb/inline-frame.c | 4 +- gdb/jit.c | 12 +- gdb/linespec.c | 28 +- gdb/linux-thread-db.c | 2 +- gdb/m2-exp.y | 2 +- gdb/m32c-tdep.c | 8 +- gdb/m32r-tdep.c | 2 +- gdb/m68hc11-tdep.c | 10 +- gdb/machoread.c | 2 +- gdb/maint.c | 2 +- gdb/mdebugread.c | 32 +- gdb/mi/mi-symbol-cmds.c | 2 +- gdb/minsyms.c | 117 +- gdb/minsyms.h | 7 + gdb/mips-fbsd-tdep.c | 2 +- gdb/mips-linux-tdep.c | 2 +- gdb/mips-tdep.c | 16 +- gdb/mips-tdep.h | 13 +- gdb/netbsd-tdep.c | 2 +- gdb/objc-lang.c | 2 +- gdb/objfiles.c | 7 +- gdb/obsd-tdep.c | 2 +- gdb/p-exp.y | 16 +- gdb/p-valprint.c | 2 +- gdb/parse.c | 10 +- gdb/ppc-linux-tdep.c | 10 +- gdb/ppc-sysv-tdep.c | 2 +- gdb/ppc64-tdep.c | 2 +- gdb/printcmd.c | 40 +- gdb/proc-service.c | 2 +- gdb/psympriv.h | 6 +- gdb/psymtab.c | 12 +- gdb/ravenscar-thread.c | 2 +- gdb/remote.c | 2 +- gdb/sol-thread.c | 2 +- gdb/sol2-tdep.c | 2 +- gdb/solib-dsbt.c | 2 +- gdb/solib-frv.c | 4 +- gdb/solib-svr4.c | 10 +- gdb/solib.c | 4 +- gdb/stabsread.c | 85 +- gdb/stack.c | 6 +- gdb/std-operator.def | 10 +- gdb/symfile.c | 6 +- gdb/symmisc.c | 36 +- gdb/symtab.c | 95 +- gdb/symtab.h | 227 ++- gdb/testsuite/gdb.base/all-architectures.exp.tcl | 32 +- gdb/testsuite/gdb.base/annota1.exp | 2 + gdb/testsuite/gdb.base/bitshift.exp | 368 ++++ gdb/testsuite/gdb.base/parse_number.exp | 53 + gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp | 8 +- gdb/testsuite/gdb.dwarf2/dw2-lines.exp | 2 +- gdb/testsuite/gdb.fortran/complex.exp | 10 +- gdb/testsuite/gdb.fortran/complex.f90 | 7 +- gdb/testsuite/gdb.fortran/intrinsics.exp | 46 +- gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 49 +- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 29 +- gdb/testsuite/gdb.fortran/size.exp | 84 +- gdb/testsuite/gdb.fortran/size.f90 | 213 ++- gdb/testsuite/gdb.fortran/type-kinds.exp | 2 + gdb/testsuite/gdb.fortran/types.exp | 34 +- gdb/testsuite/lib/gdb.exp | 20 + gdb/tracepoint.c | 37 +- gdb/tui/tui-disasm.c | 6 +- gdb/valarith.c | 103 +- gdb/valops.c | 2 +- gdb/value.c | 6 +- gdb/xcoffread.c | 7 +- gdb/z80-tdep.c | 13 +- gprofng/Makefile.in | 5 +- gprofng/configure | 100 +- gprofng/configure.ac | 6 + gprofng/doc/Makefile.in | 5 +- gprofng/gp-display-html/Makefile.in | 5 +- gprofng/libcollector/configure | 20 +- gprofng/libcollector/unwind.c | 9 + gprofng/src/DbeSession.cc | 40 +- gprofng/src/DbeSession.h | 4 +- gprofng/src/Disasm.cc | 16 + gprofng/src/Makefile.am | 24 +- gprofng/src/Makefile.in | 56 +- gprofng/src/QLParser.tab.cc | 1453 --------------- gprofng/src/QLParser.tab.hh | 2038 ---------------------- gprofng/src/QLParser.yy | 142 +- 188 files changed, 4351 insertions(+), 6013 deletions(-) create mode 100644 gas/testsuite/gas/elf/line.l create mode 100644 gas/testsuite/gas/elf/line.s create mode 100644 gdb/testsuite/gdb.base/bitshift.exp create mode 100644 gdb/testsuite/gdb.base/parse_number.exp delete mode 100644 gprofng/src/QLParser.tab.cc delete mode 100644 gprofng/src/QLParser.tab.hh