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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from b66b4e658f Fix pretty printer of main_type.flds_bnds.bounds adds 3b47e132c4 Automatic date update in version.in adds 0ede24f2c4 sim: common: add align_{up,down} to match gdb adds e3b53295d5 PR27140, ppc32 segmentation fault in make_stub adds 9898e882c5 gdb: fix typos in comments in target-float.c adds a68494db84 Automatic date update in version.in adds 90320e4095 PR27101, as: Reject (byte) .align 0x100000000 adds a7c23ac931 In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGS adds e9cf3691bf PR26741, benign use after free in riscv_parse_prefixed_ext adds 4c0e540e47 RISC-V: Fix the merged orders of Z* extension for linker. adds dd933805d1 PR27102, gas: "section symbols are already global" adds 5b4293ba3c PR26822, How to prevent a STT_FILE with absolute path in the [...] adds dbb078f66e When displaying ARM private file flag bits, use a 0x prefix. adds 098caef485 Refactor struct trad_frame_saved_regs adds c5e71b3332 [gdb/testsuite] Don't require gold for gdb.base/morestack.exp adds a754fbdfa2 gdb/testsuite: use clean_restart in gdb.server/solib-list.exp adds 7b0ff8a22a gdb/testsuite: use build_executable in gdb.server/stop-reply [...] adds 5169ae34bc gdb/testsuite: use clean_restart in gdb.server/ext-run.exp adds d8387cc8b6 gdb/testsuite: use clean_restart in gdb.server/server-run.exp adds 8dc558a072 gdb/testsuite: avoid reading files through the remote protoc [...] adds 335709bc5a gdb: make "set debug timestamp" work nice with new debug printouts adds e71daf80d3 gdb: use infrun_debug_printf in print_target_wait_results adds 3ec3145c5d gdb: introduce scoped debug prints new e4ad960a57 [gdb/symtab] Remove superfluous end-of-sequence marker
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 | 27 ++++ bfd/elf32-arm.c | 4 +- bfd/elflink.c | 12 +- bfd/elfnn-aarch64.c | 4 +- bfd/elfnn-riscv.c | 35 +---- bfd/elfxx-riscv.c | 4 +- bfd/elfxx-riscv.h | 3 + bfd/version.h | 2 +- gas/ChangeLog | 12 ++ gas/read.c | 4 +- gas/symbols.c | 5 +- gdb/ChangeLog | 96 ++++++++++++ gdb/aarch64-tdep.c | 47 +++--- gdb/alpha-mdebug-tdep.c | 8 +- gdb/alpha-tdep.c | 7 +- gdb/arc-tdep.c | 11 +- gdb/arm-tdep.c | 62 ++++---- gdb/avr-tdep.c | 33 ++-- gdb/buildsym.c | 9 +- gdb/cris-tdep.c | 47 +++--- gdb/csky-tdep.c | 10 +- gdb/debug.c | 4 + gdb/frame-unwind.c | 2 +- gdb/frame-unwind.h | 2 +- gdb/frv-tdep.c | 9 +- gdb/hppa-linux-tdep.c | 20 +-- gdb/hppa-tdep.c | 40 ++--- gdb/hppa-tdep.h | 4 +- gdb/infrun.c | 45 +++--- gdb/infrun.h | 10 ++ gdb/lm32-tdep.c | 9 +- gdb/m32r-linux-tdep.c | 6 +- gdb/m32r-tdep.c | 7 +- gdb/m68hc11-tdep.c | 26 ++-- gdb/mips-tdep.c | 16 +- gdb/moxie-tdep.c | 2 +- gdb/riscv-tdep.c | 5 +- gdb/rs6000-tdep.c | 27 ++-- gdb/s390-linux-tdep.c | 18 +-- gdb/s390-tdep.c | 18 +-- gdb/score-tdep.c | 26 ++-- gdb/sparc-netbsd-tdep.c | 36 ++--- gdb/sparc-sol2-tdep.c | 14 +- gdb/sparc64-fbsd-tdep.c | 24 +-- gdb/sparc64-netbsd-tdep.c | 30 ++-- gdb/sparc64-obsd-tdep.c | 10 +- gdb/sparc64-sol2-tdep.c | 18 +-- gdb/target-float.c | 4 +- gdb/testsuite/ChangeLog | 51 ++++++ gdb/testsuite/gdb.base/morestack.c | 5 +- gdb/testsuite/gdb.base/morestack.exp | 8 +- gdb/testsuite/gdb.base/ui-redirect.exp | 9 +- ...-opcode.exp => dw2-out-of-range-end-of-seq.exp} | 35 +++-- gdb/testsuite/gdb.server/abspath.exp | 13 +- .../gdb.server/connect-without-multi-process.exp | 12 +- gdb/testsuite/gdb.server/exit-multiple-threads.exp | 12 +- gdb/testsuite/gdb.server/ext-attach.exp | 12 +- gdb/testsuite/gdb.server/ext-restart.exp | 12 +- gdb/testsuite/gdb.server/ext-run.exp | 18 ++- gdb/testsuite/gdb.server/ext-wrapper.exp | 12 +- gdb/testsuite/gdb.server/multi-ui-errors.exp | 12 +- gdb/testsuite/gdb.server/no-thread-db.exp | 10 +- gdb/testsuite/gdb.server/reconnect-ctrl-c.exp | 13 +- .../gdb.server/run-without-local-binary.exp | 7 + gdb/testsuite/gdb.server/server-kill.exp | 11 +- gdb/testsuite/gdb.server/server-run.exp | 13 +- gdb/testsuite/gdb.server/solib-list.exp | 14 +- gdb/testsuite/gdb.server/stop-reply-no-thread.exp | 14 +- gdb/testsuite/gdb.server/sysroot.exp | 54 ++++--- gdb/testsuite/gdb.server/wrapper.exp | 12 +- gdb/testsuite/gdb.threads/ia64-sigill.exp | 16 +- gdb/testsuite/gdb.threads/stepi-random-signal.exp | 5 +- gdb/testsuite/gdb.threads/watchthreads-reorder.exp | 7 +- gdb/tilegx-tdep.c | 19 ++- gdb/trad-frame.c | 84 +++++----- gdb/trad-frame.h | 173 ++++++++++++++++----- gdb/utils.c | 34 ++-- gdb/v850-tdep.c | 9 +- gdb/vax-tdep.c | 12 +- gdbserver/ChangeLog | 4 + gdbserver/debug.cc | 4 + gdbsupport/ChangeLog | 8 + gdbsupport/common-debug.cc | 2 +- gdbsupport/common-debug.h | 81 +++++++++- gold/ChangeLog | 7 + gold/powerpc.cc | 10 +- ld/ChangeLog | 41 +++++ ld/testsuite/ld-arm/non-contiguous-arm2.d | 2 +- ld/testsuite/ld-arm/non-contiguous-arm3.d | 2 +- ld/testsuite/ld-arm/non-contiguous-arm5.d | 2 +- ld/testsuite/ld-arm/non-contiguous-arm6.d | 2 +- ld/testsuite/ld-i386/tlsbin.rd | 4 +- ld/testsuite/ld-i386/tlsbin2.rd | 4 +- ld/testsuite/ld-i386/tlsbindesc.rd | 4 +- ld/testsuite/ld-i386/tlsdesc.rd | 2 +- ld/testsuite/ld-i386/tlsnopic.rd | 2 +- ld/testsuite/ld-i386/tlspic.rd | 2 +- ld/testsuite/ld-i386/tlspic2.rd | 2 +- .../ld-mips-elf/global-local-symtab-sort-n64.d | 2 +- .../ld-mips-elf/global-local-symtab-sort-n64t.d | 2 +- .../ld-mips-elf/global-local-symtab-sort-o32.d | 2 +- .../ld-mips-elf/global-local-symtab-sort-o32t.d | 2 +- ld/testsuite/ld-plugin/pr17973.d | 2 +- ld/testsuite/ld-tic6x/shlib-1.rd | 6 +- ld/testsuite/ld-tic6x/shlib-1b.rd | 6 +- ld/testsuite/ld-tic6x/shlib-1r.rd | 6 +- ld/testsuite/ld-tic6x/shlib-1rb.rd | 6 +- ld/testsuite/ld-tic6x/shlib-app-1.rd | 6 +- ld/testsuite/ld-tic6x/shlib-app-1b.rd | 6 +- ld/testsuite/ld-tic6x/shlib-app-1r.rd | 6 +- ld/testsuite/ld-tic6x/shlib-app-1rb.rd | 6 +- ld/testsuite/ld-tic6x/shlib-noindex.rd | 6 +- ld/testsuite/ld-tic6x/static-app-1.rd | 8 +- ld/testsuite/ld-tic6x/static-app-1b.rd | 8 +- ld/testsuite/ld-tic6x/static-app-1r.rd | 8 +- ld/testsuite/ld-tic6x/static-app-1rb.rd | 8 +- ld/testsuite/ld-x86-64/tlsbin.rd | 4 +- ld/testsuite/ld-x86-64/tlsbin2.rd | 4 +- ld/testsuite/ld-x86-64/tlsbindesc.rd | 4 +- ld/testsuite/ld-x86-64/tlsdesc.rd | 2 +- ld/testsuite/ld-x86-64/tlspic.rd | 2 +- ld/testsuite/ld-x86-64/tlspic2.rd | 2 +- ld/testsuite/ld-xtensa/tlsbin.rd | 2 +- ld/testsuite/ld-xtensa/tlspic.rd | 2 +- libctf/ChangeLog | 7 + libctf/configure | 5 +- libctf/configure.ac | 1 + sim/bfin/ChangeLog | 5 + sim/bfin/interp.c | 7 +- sim/bfin/sim-main.h | 2 - sim/common/ChangeLog | 6 + sim/common/sim-bits.h | 17 +- 132 files changed, 1254 insertions(+), 691 deletions(-) copy gdb/testsuite/gdb.dwarf2/{dw2-vendor-extended-opcode.exp => dw2-out-of-range- [...]