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-aarch64-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 58f3b6a349 gas: Use the directory name in .file 0 adds 9c163f0b83 etc: rename configure.in to configure.ac adds fe11221b54 etc: switch to automake adds 9f81b99e24 Re: gas: Use the directory name in .file 0 adds e7776f52fe PowerPC, sanity check r_offset in relocate_section adds 49a9ec7f6a [gdb/testsuite] Handle unrecognized command line option in g [...] adds ca49878470 [gdb/testsuite] Add string_list_to_regexp adds e36788d135 [gdb/testsuite] Fix handling of nr_args < 3 in mi_gdb_test adds a1c3ad9cd8 [gdb/testsuite] Fix DUPLICATE in gdb.base/skip-solib.exp adds d7d1029e62 [gdb/testsuite] Fix DUPLICATE in gdb.base/global-var-nested- [...] adds cf9c1c753c [gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittest adds 5abdee61d9 Automatic date update in version.in adds bf9f8f4179 sim: run: change help short option to -h adds 58632d2856 Automatic date update in version.in adds a02a90c114 [gdb/testsuite] Set sysroot earlier in local-board.exp adds 52e5dceb69 Automatic date update in version.in adds 003fa0df36 [gdb/testsuite] Fix test name in gdb.base/batch-exit-status.exp adds fd5255582f Re: Deprecate a.out support for NetBSD targets adds 7486cb6843 [gdb/testsuite] Fix gdb.gdb/selftest.exp adds 5a2947cf17 ia64: don't use get_symbol_name() for section parsing. With [...] adds 168495916d MIPS: don't use get_symbol_name() for section parsing. With [...] adds 18287cf8b1 RISC-V: Update the assembler insn testcase. adds e68b7db18c Fix no-Python build adds cad152f221 [gdb/tdep] Reset force_thumb in parse_arm_disassembler_options adds 3047c7869d [gdb/tdep] Fix exec check in gdb_print_insn_arm adds c5e91131d7 [gdb/testsuite] Check for valid test name adds 59a397f193 Remove use of __CYGNUSCLIB__ adds 924e660d52 Automatic date update in version.in adds f050cfdd82 sim: bfin: add support for SDL2 adds 09a7e91293 arc: Fix potential invalid pointer access when fixing got symbols. adds 3859e65e23 [gdb/testsuite] Generate .debug_aranges in gdb.dwarf2/locexp [...] adds 2762d28853 [gdb/symtab] Fix CU list in .debug_names for dummy CUs adds 211aafd18d [gdb/symtab] Fix function range handling in psymtabs adds 58eaf4e9bd [gdb/testsuite] Fix gdb_load_no_complaints with gnu-debuglink adds ff03a88e30 Automatic date update in version.in new 0a8d812b42 PR28328, dlltool ice
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/ChangeLog | 9 + bfd/arc-got.h | 94 ++- bfd/archive.c | 2 +- bfd/config.bfd | 3 +- bfd/elf32-ppc.c | 799 ++++++++++++--------- bfd/version.h | 2 +- .../gdb.gdb/python-selftest.exp => etc/Makefile.am | 23 +- etc/Makefile.in | 407 +++++++++-- {readline => etc}/aclocal.m4 | 0 etc/configure | 645 ++++++++++++++++- etc/configure.ac | 9 + etc/configure.in | 26 - gas/ChangeLog | 6 + gas/config/tc-ia64.c | 16 +- gas/config/tc-mips.c | 21 +- gas/testsuite/gas/elf/dwarf-5-file0-2.s | 36 +- gas/testsuite/gas/riscv/insn.d | 2 - gas/testsuite/gas/riscv/insn.s | 2 - gdb/arm-tdep.c | 4 +- gdb/dbxread.c | 4 - gdb/dwarf2/index-write.c | 20 +- gdb/dwarf2/read.c | 41 +- gdb/python/python.c | 48 ++ gdb/testsuite/boards/local-board.exp | 2 +- gdb/testsuite/gdb.base/batch-exit-status.exp | 26 +- .../gdb.base/global-var-nested-by-dso.exp | 4 +- gdb/testsuite/gdb.base/skip-solib.exp | 104 ++- .../gdb.dwarf2/dw2-ranges-psym-warning-main.c | 28 + gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.c | 44 ++ .../gdb.dwarf2/dw2-ranges-psym-warning.exp | 141 ++++ .../gdb.dwarf2/locexpr-data-member-location.exp | 7 +- gdb/testsuite/gdb.gdb/selftest.exp | 2 +- gdb/testsuite/gdb.gdb/unittest.exp | 7 - gdb/testsuite/gdb.mi/mi-break.exp | 2 +- gdb/testsuite/gdb.mi/mi-logging.exp | 3 +- gdb/testsuite/gdb.mi/mi-memory-changed.exp | 5 +- gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 7 +- gdb/testsuite/gdb.python/py-mi.exp | 10 +- gdb/testsuite/gdb.testsuite/string_to_regexp.exp | 66 ++ gdb/testsuite/lib/check-test-names.exp | 9 + gdb/testsuite/lib/gdb-utils.exp | 12 + gdb/testsuite/lib/gdb.exp | 39 +- gdb/testsuite/lib/mi-support.exp | 28 +- ld/ChangeLog | 5 + ld/testsuite/ld-arc/got-weak.d | 12 + ld/testsuite/ld-arc/got-weak.s | 7 + opcodes/arm-dis.c | 1 + sim/bfin/gui.c | 137 +++- sim/common/sim-options.c | 2 +- sim/config.h.in | 3 + sim/configure | 252 ++++++- sim/m4/sim_ac_platform.m4 | 19 +- 52 files changed, 2458 insertions(+), 745 deletions(-) rename gdb/testsuite/gdb.gdb/python-selftest.exp => etc/Makefile.am (59%) copy {readline => etc}/aclocal.m4 (100%) create mode 100644 etc/configure.ac delete mode 100644 etc/configure.in create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning-main.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp create mode 100644 gdb/testsuite/gdb.testsuite/string_to_regexp.exp create mode 100644 ld/testsuite/ld-arc/got-weak.d create mode 100644 ld/testsuite/ld-arc/got-weak.s