This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO in repository toolchain/ci/binutils-gdb.
from 2047d95b89 [gdb/doc]: Updated manpages to be consistent with help adds 09348c7665 ARM: match armeb output for unwind-pacbti-m test adds 317db249c7 Automatic date update in version.in adds c47860a4ba [gdb/testsuite] Fix stepi test-cases with unix/-m32/-fPIE/-pie adds bd25c6eef8 gdb/sim: update my email address adds d74dfa8f63 [gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-cases adds a50bdb99af [gdb/tdep, rs6000] Don't skip system call in skip_prologue adds b480ee76e4 Automatic date update in version.in adds a442059f66 PR28523, ld.bfd created undefined symbols on ppc64 adds b50f433498 opcodes: d10v: simplify header includes adds 70ab6bdd55 sim: hoist gencode & opc2c build rules up to common builds adds d2a5dbc744 sim: hoist mn10300 & v850 igen rules up to common builds adds 0a129eb19a sim: hoist cgen mloop rules up to common builds adds 359c74415c asan: assert (addr_ranges) <= (start) adds 3a27554104 sim: mloop: mark a few conditionally used funcs as unused adds 6ef4fa071e asan: dlltool buffer overflow: embedded NUL in string adds 5fff6115fe Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdb adds 7fd8546853 [AArch64] Make gdbserver register set selection dynamic adds dac784d0e4 Use section name in warnings in display_debug_loc adds b44d87d442 gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running tests adds a1700a3199 gdb: fix gnu-nat build adds d54c09b99e sim: ppc: switch to common builds for callback objects adds 6ed0d0a080 sim: ppc: inline common sim-fpu.c logic adds 8f01568908 Automatic date update in version.in adds f2f105f518 PR28540, segmentation fault on NULL byte_get adds e5c9e53c9b sim: mips: fix missing prototype in multi-run generation adds edc77c591a RISC-V: Clarify the behavior of .option rvc or norvc. adds e0f7ea9143 bfd: Always check sections with the corrupt size new 33d3e18ed7 Revert "bfd: Always check sections with the corrupt size"
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/elf64-ppc.c | 30 +- bfd/elfxx-riscv.c | 65 ++ bfd/elfxx-riscv.h | 3 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/deflex.l | 6 +- binutils/dwarf.c | 39 +- binutils/objdump.c | 2 +- gas/as.h | 4 +- gas/config/tc-riscv.c | 39 +- gas/testsuite/gas/arm/unwind-pacbti-m.d | 6 +- gdb/MAINTAINERS | 6 +- gdb/arch/aarch64.h | 9 + gdb/gnu-nat.c | 6 +- gdb/rs6000-tdep.c | 6 + gdb/testsuite/gdb.arch/powerpc-addpcis.exp | 14 +- gdb/testsuite/gdb.arch/powerpc-lnia.exp | 14 +- .../gdb.base/step-indirect-call-thunk.exp | 5 +- gdb/testsuite/gdb.base/step-test.exp | 4 +- .../gdb.reverse/step-indirect-call-thunk.exp | 6 +- gdb/testsuite/gdb.reverse/step-precsave.exp | 10 + gdb/testsuite/gdb.reverse/step-reverse.exp | 10 + gdb/testsuite/lib/gdb.exp | 7 + gdbserver/linux-aarch64-low.cc | 186 +++-- gdbsupport/new-op.cc | 42 + ld/ldlex.l | 16 +- opcodes/d10v-opc.c | 3 +- sim/MAINTAINERS | 2 +- sim/Makefile.am | 46 +- sim/Makefile.in | 909 ++++++++++++++++++++- sim/bpf/Makefile.in | 28 +- sim/bpf/local.mk | 49 ++ sim/common/genmloop.sh | 19 +- sim/cr16/Makefile.in | 22 - sim/cr16/local.mk | 47 ++ sim/cris/Makefile.in | 32 +- sim/cris/local.mk | 54 ++ sim/cris/mloop.in | 3 +- sim/d10v/Makefile.in | 19 - sim/d10v/local.mk | 47 ++ sim/frv/Makefile.in | 12 - sim/frv/local.mk | 38 + sim/igen/local.mk | 11 +- sim/iq2000/Makefile.in | 12 - sim/iq2000/local.mk | 38 + sim/lm32/Makefile.in | 12 - sim/lm32/local.mk | 38 + sim/m32c/Makefile.in | 23 - sim/m32c/local.mk | 53 ++ sim/m32r/Makefile.in | 56 -- sim/m32r/local.mk | 66 ++ sim/m68hc11/Makefile.in | 17 - sim/m68hc11/local.mk | 44 + sim/mips/Makefile.in | 3 + sim/mips/m16run.c | 1 + sim/mn10300/Makefile.in | 71 -- sim/mn10300/local.mk | 90 ++ sim/or1k/Makefile.in | 16 +- sim/or1k/local.mk | 37 + sim/ppc/Makefile.in | 15 +- sim/ppc/configure | 36 - sim/ppc/configure.ac | 27 - sim/sh/Makefile.in | 21 - sim/sh/local.mk | 48 ++ sim/v850/Makefile.in | 67 -- sim/v850/local.mk | 87 ++ 66 files changed, 2069 insertions(+), 691 deletions(-) create mode 100644 sim/bpf/local.mk create mode 100644 sim/cr16/local.mk create mode 100644 sim/cris/local.mk create mode 100644 sim/d10v/local.mk create mode 100644 sim/frv/local.mk create mode 100644 sim/iq2000/local.mk create mode 100644 sim/lm32/local.mk create mode 100644 sim/m32c/local.mk create mode 100644 sim/m32r/local.mk create mode 100644 sim/m68hc11/local.mk create mode 100644 sim/mn10300/local.mk create mode 100644 sim/or1k/local.mk create mode 100644 sim/sh/local.mk create mode 100644 sim/v850/local.mk