This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 94c9216c03 sim: iq2000: reduce -Wno-error scope adds 3197e593d8 arm: add armv9-a architecture to -march adds c27cdb4c53 objcopy buffer overflow adds c908dea26f macho-o archive sanity checks adds 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
No new revisions were added by this update.
Summary of changes: bfd/archures.c | 1 + bfd/bfd-in2.h | 1 + bfd/cpu-arm.c | 1 + bfd/elf32-arm.c | 54 +- bfd/elf64-ppc.c | 30 +- bfd/mach-o.c | 11 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/deflex.l | 6 +- binutils/dwarf.c | 39 +- binutils/objcopy.c | 21 +- binutils/objdump.c | 2 +- binutils/readelf.c | 3 +- elfcpp/arm.h | 10 +- gas/NEWS | 2 + gas/as.h | 4 +- gas/config/tc-arm.c | 23 +- gas/doc/c-arm.texi | 1 + .../gas/arm/{attr-march-all.d => armv9-a_arch.d} | 9 +- gas/testsuite/gas/arm/attr-march-all.d | 2 +- gas/testsuite/gas/arm/unwind-pacbti-m.d | 6 +- gdb/MAINTAINERS | 6 +- gdb/arch/aarch64.h | 9 + gdb/doc/gdb.texinfo | 147 +++- 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 + include/elf/arm.h | 6 +- include/opcode/arm.h | 31 +- ld/ldlex.l | 16 +- opcodes/arm-dis.c | 5 +- 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 ++ 80 files changed, 2233 insertions(+), 748 deletions(-) copy gas/testsuite/gas/arm/{attr-march-all.d => armv9-a_arch.d} (67%) 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