This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 9dffa1aa8e gdb/doc: document 'set debug py-unwind' adds 400f0c9b88 Automatic date update in version.in adds 2d4b49864e Avoid possible pointer wrap adds 802021d46d gdb/doc: reword a sentence adds 749c700282 Restore old behaviour of windres so that options containing [...] adds e4b1ab2062 Add support for 8-bit and 24-bit shifts in the z80 assembler. adds 261980de18 PRU: Add alignment for resource table, and allow sizes of me [...] adds 5b45e89f56 Enable linker garbage collection for the PRU target. adds 23182ac0d8 Fix an indirection via uninitialised memory when parsing a c [...] adds 31aceaef1c gdb, gdbserver: make status_to_str display the signal name adds 0709cf686d gdb/testsuite: use proc parameters in gdb.arch/amd64-osabi.exp adds 9344937b04 gdb/testsuite: don't use source tree as temporary HOME directory adds b397aef4cd Remove strayed fprintf in commit 23182ac0d83 adds db1f6cd692 [PR gdb/27614] gdb-add-index fails on symlinks. adds 2005aa0281 Automatic date update in version.in adds f2f9554bf0 PR27845, readelf heap-buffer-overflow adds cfe7a19169 Report illegal Z80 load instructions. adds 22604fe675 Prevent libdel.dll.a from being installed on Windows based systems. adds a680affc63 Fix an illegal memory access when attempting to disassemble [...] adds 8ca5537ba5 PR27844, Unstable symbol name in objdump outputs adds abb894a470 gdb/fortran: Breakpoint location is modified. adds 2302f96354 [gdb/testsuite] Fix read1 timeout in gdb.base/gdb-sigterm.exp adds 5048549af9 [gdb/testsuite] Update infrun regexp in gdb.base/watch_threa [...] adds d30182b51e dwarf.c (process_abbrev_set): Properly parenthesize, fix fallout adds d8147d7053 arm: correctly decode Tag_THUMB_ISA_use=3 for thumb2 features adds 64f30eb0f8 gdb: fix indentation of cmd_list_element new f2a883a81e gdb: fix indentation in arm_record_data_proc_misc_ld_str
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/aoutx.h | 2 +- bfd/elf32-arm.c | 4 +- bfd/elf32-pru.c | 1 + bfd/pdp11.c | 2 +- bfd/simple.c | 35 ++ bfd/version.h | 2 +- binutils/ChangeLog | 30 ++ binutils/doc/binutils.texi | 7 +- binutils/dwarf.c | 86 ++--- binutils/windres.c | 26 +- gas/ChangeLog | 17 + gas/config/tc-z80.c | 19 + gas/testsuite/gas/z80/ill_ops.d | 3 + gas/testsuite/gas/z80/ill_ops.l | 39 +++ gas/testsuite/gas/z80/ill_ops.s | 42 +++ gas/testsuite/gas/z80/z80_reloc.d | 5 + gas/testsuite/gas/z80/z80_reloc.s | 7 +- gdb/ChangeLog | 19 + gdb/arm-tdep.c | 28 +- gdb/cli/cli-decode.h | 386 ++++++++++----------- gdb/contrib/gdb-add-index.sh | 28 ++ gdb/doc/ChangeLog | 5 + gdb/doc/guile.texi | 2 +- gdb/doc/python.texi | 2 +- gdb/nat/linux-waitpid.c | 10 +- gdb/testsuite/ChangeLog | 28 ++ gdb/testsuite/gdb.arch/amd64-osabi.exp | 6 +- gdb/testsuite/gdb.base/gdb-sigterm.exp | 2 +- gdb/testsuite/gdb.base/watch_thread_num.exp | 20 +- ...gdb-add-index.exp => gdb-add-index-symlink.exp} | 13 +- gdb/testsuite/gdb.fortran/array-element.exp | 4 +- gdb/testsuite/gdb.guile/guile.exp | 13 +- ld/ChangeLog | 23 ++ ld/Makefile.am | 1 + ld/Makefile.in | 1 + ld/scripttempl/pru.sc | 11 +- ld/testsuite/ld-elf/group8a.d | 2 +- ld/testsuite/ld-elf/group8b.d | 2 +- ld/testsuite/ld-elf/group9a.d | 2 +- ld/testsuite/ld-elf/group9b.d | 2 +- ld/testsuite/ld-elf/pr12851.d | 2 +- ld/testsuite/ld-elf/pr22677.d | 2 +- ld/testsuite/lib/ld-lib.exp | 1 - opcodes/ChangeLog | 6 + opcodes/tic30-dis.c | 3 + 46 files changed, 666 insertions(+), 312 deletions(-) create mode 100644 gas/testsuite/gas/z80/ill_ops.d create mode 100644 gas/testsuite/gas/z80/ill_ops.l create mode 100644 gas/testsuite/gas/z80/ill_ops.s copy gdb/testsuite/gdb.dwarf2/{gdb-add-index.exp => gdb-add-index-symlink.exp} (78%)