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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from c0c3707ff4 Update Gnulib to the latest git version adds d9fa87f4f6 Constify get_exec_file adds d043f8c867 Fix double-free when creating more than one block in JIT deb [...] adds 8986718429 jit: c++-ify gdb_symtab adds 1b61f46da5 jit: make gdb_object::symtabs an std::forward_list adds b61121178e jit: c++-ify gdb_block adds 0394eed15c jit: make gdb_symtab::blocks an std::forward_list adds 43a599b56c Automatic date update in version.in adds 4a4c04f1f4 Check all inline frames if they are marked for skip adds 45d735237b Add a test case for skip with inlined functions adds 62e6599087 ubsan: bpf: left shift cannot be represented in type 'DI' (a [...] adds 5b660084e2 Remove tic80 support adds 260bcd09bf Accept mips-sgi-irix output in a few ld tests adds 660df28acf Prefer object over notype symbols when disassembling adds e46d79a76e ubsan: nds32: left shift cannot be represented in type 'int' adds 29298bf66f ubsan: aarch64: left shift cannot be represented in type 'int64_t' adds eb7b504651 ubsan: visium: left shift cannot be represented in type 'int' adds b63634be64 Whitespace fix in gdb.base/skip.exp adds 5024637fac Fix skip.exp test failure observed with gcc-9.2.0 new 9b30da15e7 Add virtual destructor to tui_layout_base new e3169fe0bb Add missing include to bsd-kvm.c for gdb_abspath
The 2 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/ChangeLog | 16 + bfd/Makefile.am | 4 - bfd/Makefile.in | 6 - bfd/archures.c | 3 - bfd/bfd-in2.h | 1 - bfd/coff-tic80.c | 711 ------------ bfd/coffcode.h | 23 +- bfd/coffswap.h | 6 - bfd/config.bfd | 5 - bfd/configure | 1 - bfd/configure.ac | 1 - bfd/cpu-tic80.c | 42 - bfd/po/SRC-POTFILES.in | 2 - bfd/targets.c | 2 - bfd/version.h | 2 +- binutils/ChangeLog | 16 + binutils/objdump.c | 52 +- binutils/testsuite/binutils-all/objcopy.exp | 1 - binutils/testsuite/binutils-all/objdump.exp | 2 +- cpu/ChangeLog | 4 + cpu/bpf.cpu | 4 +- gas/ChangeLog | 4 + gas/doc/as.texi | 2 +- gdb/ChangeLog | 77 ++ gdb/bsd-kvm.c | 3 +- gdb/corefile.c | 3 +- gdb/darwin-nat.c | 2 +- gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/server.c | 2 +- gdb/gdbsupport/common-inferior.h | 2 +- gdb/gnu-nat.c | 5 +- gdb/inf-ptrace.c | 3 +- gdb/infcmd.c | 20 +- gdb/infrun.c | 54 +- gdb/jit.c | 207 ++-- gdb/nto-procfs.c | 5 +- gdb/procfs.c | 3 +- gdb/remote.c | 2 +- gdb/testsuite/ChangeLog | 35 + gdb/testsuite/gdb.base/jit-reader.exp | 14 +- gdb/testsuite/gdb.base/jithost.c | 45 +- gdb/testsuite/gdb.base/jithost.h | 15 +- gdb/testsuite/gdb.base/jitreader.c | 34 +- gdb/testsuite/gdb.base/{skip.c => skip-inline.c} | 24 +- gdb/testsuite/gdb.base/skip-inline.exp | 78 ++ gdb/testsuite/gdb.base/skip.exp | 20 +- gdb/tui/tui-layout.h | 2 + gdb/windows-nat.c | 2 +- include/ChangeLog | 5 + include/coff/tic80.h | 123 -- include/opcode/tic80.h | 283 ----- ld/ChangeLog | 62 + ld/Makefile.am | 2 - ld/Makefile.in | 3 - ld/configure.tgt | 3 - ld/emulparams/tic80coff.sh | 50 - ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/tic80coff.sc | 86 -- ld/testsuite/ld-avr/lds-mega.d | 2 +- ld/testsuite/ld-avr/lds-tiny.d | 2 +- ld/testsuite/ld-elf/pr21233-l.sd | 2 +- ld/testsuite/ld-elf/pr23591.d | 2 +- ld/testsuite/ld-elf/provide-hidden-s.nd | 4 +- ld/testsuite/ld-mips-elf/compact-eh1.s | 1 + ld/testsuite/ld-mips-elf/compact-eh1a.s | 3 +- ld/testsuite/ld-mips-elf/compact-eh1b.s | 1 + ld/testsuite/ld-mips-elf/compact-eh2.s | 1 + ld/testsuite/ld-mips-elf/compact-eh3.s | 1 + ld/testsuite/ld-mips-elf/compact-eh3a.s | 1 + ld/testsuite/ld-mips-elf/eh-frame5.s | 11 + ld/testsuite/ld-mips-elf/ehdr_start-new.s | 1 + ld/testsuite/ld-mips-elf/ehdr_start-o32.s | 1 + ld/testsuite/ld-mips-elf/emit-relocs-1a.s | 1 + ld/testsuite/ld-mips-elf/hash2.d | 9 +- ld/testsuite/ld-mips-elf/jaloverflow-2.s | 1 + ld/testsuite/ld-mips-elf/jaloverflow.s | 1 + ld/testsuite/ld-mips-elf/mips16-call-global-1.s | 1 + ld/testsuite/ld-mips-elf/mips16-intermix-1.s | 1 + ld/testsuite/ld-mips-elf/mips16-pic-1b.s | 1 + ld/testsuite/ld-mips-elf/mips16-pic-4c.s | 2 + ld/testsuite/ld-mips-elf/no-shared-1-n64.s | 1 + ld/testsuite/ld-mips-elf/no-shared-1-o32.s | 1 + .../ld-mips-elf/pic-and-nonpic-1b-micromips.s | 1 + ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s | 1 + ld/testsuite/ld-mips-elf/pic-and-nonpic-2a.s | 1 + ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.s | 2 + ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.s | 1 + ld/testsuite/ld-mips-elf/pic-and-nonpic-5a.s | 1 + ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s | 1 + ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s | 1 + ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s | 1 + ld/testsuite/ld-mips-elf/pie.s | 1 + ld/testsuite/ld-mips-elf/relax-jalr.s | 7 +- ld/testsuite/ld-mips-elf/reloc-1a.s | 1 + ld/testsuite/ld-mips-elf/reloc-2a.s | 1 + ld/testsuite/ld-mips-elf/reloc-4.s | 1 + ld/testsuite/ld-mips-elf/reloc-5.s | 1 + ld/testsuite/ld-mips-elf/reloc-6b.s | 1 + ld/testsuite/ld-mips-elf/start.s | 13 +- ld/testsuite/ld-mips-elf/textrel-1.s | 1 + ld/testsuite/ld-mips-elf/undefweak-overflow.d | 36 +- ld/testsuite/ld-mips-elf/undefweak-overflow.s | 1 + ld/testsuite/ld-x86-64/load2.d | 2 +- opcodes/ChangeLog | 33 + opcodes/Makefile.am | 2 - opcodes/Makefile.in | 4 - opcodes/aarch64-opc.c | 23 +- opcodes/aarch64-opc.h | 2 +- opcodes/bpf-ibld.c | 2 +- opcodes/configure | 1 - opcodes/configure.ac | 1 - opcodes/disassemble.c | 6 - opcodes/disassemble.h | 1 - opcodes/nds32-dis.c | 19 +- opcodes/po/POTFILES.in | 2 - opcodes/tic80-dis.c | 315 ----- opcodes/tic80-opc.c | 1211 -------------------- opcodes/visium-dis.c | 2 +- 118 files changed, 760 insertions(+), 3181 deletions(-) delete mode 100644 bfd/coff-tic80.c delete mode 100644 bfd/cpu-tic80.c copy gdb/testsuite/gdb.base/{skip.c => skip-inline.c} (78%) create mode 100644 gdb/testsuite/gdb.base/skip-inline.exp delete mode 100644 include/coff/tic80.h delete mode 100644 include/opcode/tic80.h delete mode 100644 ld/emulparams/tic80coff.sh delete mode 100644 ld/scripttempl/tic80coff.sc delete mode 100644 opcodes/tic80-dis.c delete mode 100644 opcodes/tic80-opc.c