This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 9457d59e9d Automatic date update in version.in adds 11c19d73c3 gdb: testsuite: remove attach test from can_spawn_for_attach adds a7e6a19e87 gdb: testsuite: add new gdb_attach to check "attach" command adds 5b5442fbf0 gdb: testsuite: use gdb_attach to fix attach-pie-noexec.exp adds f629ad7dac gdb: testsuite: use gdb_attach to fix jit-elf.exp adds b8466ab5e5 Only .so files are used in libcollector. Remove the other files. adds b3446f947b gas: retain whitespace between strings adds 36e2d65d26 ELF32: don't silently truncate relocation addends adds 7992631e8c gas/Dwarf: improve debug info generation from .irp and alike blocks adds 47513fab28 gas/Dwarf5: drop dead code adds 8728bc3d87 gas/Dwarf5: adjust .debug_line file 0 checking adds 1740425885 gas/Dwarf5: re-use file 0 line string table entry when fakin [...] adds 131a355fbc Update the list of recognized m-profile TAG_CPU_ARCH_* adds 4faaa10f3f x86: don't attempt to resolve equates and alike from i386_pa [...] adds 3b55a1d00a Revert "PR28977 tc-i386.c internal error in parse_register" adds 64d23078e3 x86: improve resolution of register equates adds e52a16f2aa x86: reject relocations involving registers adds edae3fd660 gdb/python: remove Python 2 support adds 5aee458796 gdb/python: remove Python 2/3 compatibility macros adds a12c988767 ld, testsuite: improve CTF-availability test adds 203bfa2f6b include, libctf, ld: extend variable section to contain func [...] adds 84f5c557a4 libctf, ld: diagnose corrupted CTF header cth_strlen adds faf5e6ace8 libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging option adds b24ae11cd4 gdb/testsuite: address test failures in gdb.mi/mi-multi-comm [...] adds 21152986f1 Automatic date update in version.in adds ed084cdcc8 MAINTAINERS: add myself adds 526ca202fc x86: drop L1OM special case from disassembler adds e961c696dc x86: drop L1OM/K1OM support from ld adds ba7789a316 gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.exp adds f1a4558586 x86: mention dropped L1OM/K1OM support in ld/ as well adds c41524681b sim: fix “alligned” typos adds 8bd59ec1bb sim: fix a comment typo in sim-load.c adds b0e0d830d9 Remove download size from debuginfod progress messages if un [...] adds 891172d1d4 Automatic date update in version.in adds ee41183df4 Re: gas/Dwarf: improve debug info generation from .irp and a [...] adds caf606c90d libtool.m4: fix the NM="/nm/over/here -B/option/with/path" case adds 520a6a7e3a Automatic date update in version.in adds 9d604701bd Remove an unused declaration from value.h new 5cf8c5926e Automatic date update in version.in
The 1 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: bfd/configure | 20 +- bfd/elfcode.h | 13 ++ bfd/version.h | 2 +- binutils/MAINTAINERS | 3 +- binutils/configure | 20 +- gas/NEWS | 2 - gas/app.c | 6 +- gas/config/tc-i386-intel.c | 10 + gas/config/tc-i386.c | 43 ++-- gas/configure | 20 +- gas/doc/as.texi | 21 ++ gas/dwarf2dbg.c | 47 +++-- gas/input-scrub.c | 9 +- gas/testsuite/gas/all/gas.exp | 2 + gas/testsuite/gas/all/macro.l | 25 +++ gas/testsuite/gas/all/macro.s | 16 ++ gas/testsuite/gas/elf/dwarf-5-irp.d | 80 ++++++++ gas/testsuite/gas/elf/dwarf-5-irp.s | 31 +++ gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/i386/equ-2.l | 17 ++ gas/testsuite/gas/i386/equ-2.s | 11 ++ gas/testsuite/gas/i386/equ.d | 6 + gas/testsuite/gas/i386/equ.s | 14 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/ilp32/ilp32.exp | 1 + gas/testsuite/gas/i386/ilp32/reloc-2.l | 4 + gas/testsuite/gas/i386/ilp32/reloc-2.s | 7 + gas/testsuite/gas/i386/ilp32/reloc64.d | 3 +- gas/testsuite/gas/i386/ilp32/reloc64.l | 14 +- gas/testsuite/gas/i386/ilp32/reloc64.s | 3 +- gas/testsuite/gas/i386/inval-equ-2.l | 6 + gdb/NEWS | 3 + gdb/README | 2 +- gdb/arm-tdep.c | 3 + gdb/configure | 78 +------- gdb/configure.ac | 18 +- gdb/debuginfod-support.c | 44 +++-- gdb/doc/python.texi | 2 - gdb/python/lib/gdb/__init__.py | 2 +- gdb/python/lib/gdb/command/explore.py | 22 +-- gdb/python/lib/gdb/printer/bound_registers.py | 7 +- gdb/python/lib/gdb/printing.py | 9 +- gdb/python/lib/gdb/xmethod.py | 8 +- gdb/python/py-arch.c | 17 +- gdb/python/py-breakpoint.c | 12 +- gdb/python/py-cmd.c | 10 +- gdb/python/py-connection.c | 10 +- gdb/python/py-evts.c | 6 - gdb/python/py-frame.c | 2 +- gdb/python/py-framefilter.c | 6 +- gdb/python/py-inferior.c | 6 +- gdb/python/py-infthread.c | 4 +- gdb/python/py-lazy-string.c | 2 +- gdb/python/py-membuf.c | 81 +------- gdb/python/py-micmd.c | 8 +- gdb/python/py-objfile.c | 6 +- gdb/python/py-param.c | 24 +-- gdb/python/py-record-btrace.c | 25 +-- gdb/python/py-record-full.c | 4 +- gdb/python/py-record.c | 2 +- gdb/python/py-registers.c | 6 +- gdb/python/py-signalevent.c | 2 +- gdb/python/py-symbol.c | 6 +- gdb/python/py-symtab.c | 6 +- gdb/python/py-type.c | 25 +-- gdb/python/py-unwind.c | 6 +- gdb/python/py-utils.c | 55 +----- gdb/python/py-value.c | 66 ------- gdb/python/py-xmethods.c | 6 +- gdb/python/python-internal.h | 32 --- gdb/python/python.c | 45 ++--- gdb/testsuite/gdb.base/attach-pie-noexec.exp | 5 +- gdb/testsuite/gdb.base/jit-elf.exp | 24 ++- gdb/testsuite/gdb.mi/mi-multi-commands.exp | 7 +- .../gdb.python/pretty-print-call-by-hand.c | 53 ----- .../gdb.python/pretty-print-call-by-hand.exp | 127 ------------ .../gdb.python/pretty-print-call-by-hand.py | 45 ----- gdb/testsuite/gdb.python/py-inferior.exp | 6 +- .../gdb.python/py-mi-var-info-path-expression.py | 12 +- gdb/testsuite/gdb.python/py-record-btrace.exp | 6 +- gdb/testsuite/gdb.python/py-send-packet.py | 58 ++---- gdb/testsuite/gdb.python/py-shared.exp | 7 +- gdb/testsuite/gdb.python/py-value.exp | 40 +--- gdb/testsuite/lib/gdb.exp | 84 +++----- gdb/value.h | 4 - gprof/configure | 20 +- gprofng/configure | 20 +- gprofng/libcollector/Makefile.am | 4 +- gprofng/libcollector/Makefile.in | 4 +- include/ctf.h | 8 +- ld/Makefile.am | 8 - ld/Makefile.in | 12 -- ld/NEWS | 3 + ld/configure | 20 +- ld/configure.tgt | 24 +-- ld/emulparams/elf_k1om.sh | 39 ---- ld/emulparams/elf_k1om_fbsd.sh | 3 - ld/emulparams/elf_l1om.sh | 39 ---- ld/emulparams/elf_l1om_fbsd.sh | 3 - ld/po/BLD-POTFILES.in | 4 - ld/testsuite/ld-ctf/data-func-conflicted-vars.d | 69 +++++++ ld/testsuite/ld-ctf/diag-cttname-invalid.s | 2 +- ld/testsuite/ld-ctf/diag-cttname-null.s | 2 +- ld/testsuite/ld-ctf/diag-cuname.s | 2 +- ld/testsuite/ld-ctf/diag-parlabel.s | 2 +- ld/testsuite/ld-ctf/diag-parname.s | 2 +- ld/testsuite/ld-ctf/diag-strlen-invalid.d | 5 + ...iag-cttname-invalid.s => diag-strlen-invalid.s} | 0 ld/testsuite/lib/ld-lib.exp | 24 ++- libbacktrace/configure | 175 +++++++++------- libctf/NEWS | 9 + libctf/configure | 20 +- libctf/ctf-impl.h | 2 + libctf/ctf-link.c | 37 +++- libctf/ctf-open.c | 102 +++++++--- libctf/ctf-serialize.c | 219 +++++++++++---------- libtool.m4 | 16 +- opcodes/configure | 20 +- opcodes/i386-dis.c | 8 +- sim/common/sim-core.h | 4 +- sim/common/sim-load.c | 2 +- sim/configure | 20 +- sim/ppc/hw_init.c | 2 +- sim/ppc/std-config.h | 2 +- zlib/configure | 20 +- 125 files changed, 1182 insertions(+), 1409 deletions(-) create mode 100644 gas/testsuite/gas/all/macro.l create mode 100644 gas/testsuite/gas/all/macro.s create mode 100644 gas/testsuite/gas/elf/dwarf-5-irp.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-irp.s create mode 100644 gas/testsuite/gas/i386/equ-2.l create mode 100644 gas/testsuite/gas/i386/equ-2.s create mode 100644 gas/testsuite/gas/i386/ilp32/reloc-2.l create mode 100644 gas/testsuite/gas/i386/ilp32/reloc-2.s delete mode 100644 gdb/testsuite/gdb.python/pretty-print-call-by-hand.c delete mode 100644 gdb/testsuite/gdb.python/pretty-print-call-by-hand.exp delete mode 100644 gdb/testsuite/gdb.python/pretty-print-call-by-hand.py delete mode 100644 ld/emulparams/elf_k1om.sh delete mode 100644 ld/emulparams/elf_k1om_fbsd.sh delete mode 100644 ld/emulparams/elf_l1om.sh delete mode 100644 ld/emulparams/elf_l1om_fbsd.sh create mode 100644 ld/testsuite/ld-ctf/data-func-conflicted-vars.d create mode 100644 ld/testsuite/ld-ctf/diag-strlen-invalid.d copy ld/testsuite/ld-ctf/{diag-cttname-invalid.s => diag-strlen-invalid.s} (100%)