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-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from d6e00f507d Automatic date update in version.in adds 1ce0f4f242 Automatic date update in version.in adds 73f8a59086 Improve reverse debugging docs, mention built-in support and [...] adds 7905fc359d Fix "nosharedlibrary + continue + shared lib event" crash adds d70cc3ba87 solib-svr4: Pass down svr4_info as much as possible adds 79b8e8ab45 RISC-V: Enable 32-bit linux gdb core file support. adds ad9d13f8e9 [FYI] Add myself to gdb/MAINTAINERS adds 4a4153dfc9 Automatic date update in version.in adds 336d760da6 Support for DW_OP_addrx and DW_FORM_addrx tags adds 6f38008bb4 Fix M5100 flags test with interAptiv-MR2 adds cc9519e7d6 Fix automatic makefile dependencies for generated ld/e*.c adds 624a24513d Update binutils release making documenation to mention chang [...] adds ba22ff8694 Testsuite: Remove pie from trace tests adds 6892f60143 [gdb/contrib] Remove superfluous .alt file after dwz invocat [...] adds 5c565afd4c [gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserver adds 9e97ba436a Remove unused overload of line_header::file_name_at adds b907456c3e gdb/aarch64: Use type_align instead of aarch64_type_align adds 030197b43c gdb/arm: Use type_align instead of arm_type_align adds ecbc06d2a6 gdb/nds32: Use type_align instead of nds32_type_align adds bf12844a68 gdb/iq2000: Use default gdbarch methods where possible adds 946c28d2f9 gdb/lm32: Use default gdbarch methods where possible adds 89b268d823 gdb/m32c: Use default gdbarch methods where possible adds 5e79b7bb69 gdb/m32r: Use default gdbarch methods where possible adds 43cf3eded2 gdb/m68hc11: Use default gdbarch methods where possible adds 8e2b5aea9d gdb/mep: Use default gdbarch methods where possible adds aee6c3cd1f gdb/mn10300: Use default gdbarch methods where possible adds 27f113c8e9 gdb/moxie: Use default gdbarch methods where possible adds c825904428 gdb/msp430: Use default gdbarch methods where possible adds ca0ab0aa81 gdb/nds32: Use default gdbarch methods where possible adds 96acf8844a gdb/nios2: Use default gdbarch methods where possible adds 3f2cef4945 gdb/or1k: Use default gdbarch methods where possible adds 833a4480dd gdb/rs6000: Use default gdbarch methods where possible adds 47c47d6907 gdb/rx: Use default gdbarch methods where possible adds a40dde9db5 gdb/score: Use default gdbarch methods where possible adds 6d14d64dfe gdb/sh: Use default gdbarch methods where possible adds d31f262c36 gdb/sparc: Use default_unwind_pc adds 1ba7b7f938 gdb/tic6x: Use default gdbarch methods where possible adds 0f534d767b gdb/tilegx: Use default gdbarch methods where possible adds 29222070e4 gdb/v850: Use default gdbarch methods where possible adds 541aad8ac9 gdb/vax: Use default gdbarch methods where possible adds 14faed38e7 gdb/xstormy16: Use default gdbarch methods where possible adds b614e6f3f8 gdb/rl78: Use default gdbarch methods where possible adds f872fdbb5b gdb/s12z: Use default gdbarch methods where possible adds 05b1991f1a Automatic date update in version.in adds d10be0cb9e S12Z: s12z-opc.h: Add extern "C" bracketing adds a679f24ecc S12Z: Opcodes: Handle bit map operations with non-canonical [...] adds 1903f1385b resolve_symbol_value vs. .loc view resolution adds 1b8dd64326 Stop strip from merging notes when stripping debug or dwo in [...] adds a59240a41a Fix passing of struct with bitfields on x86-64 adds 596179f77c Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init adds 44ed80923a Use better test for usable compiler in ld testsuite. adds 1670072efb Fix Rust testing adds 38c3873e5d Speed up locview resolution with relaxable frags adds f88dbe3f8a Automatic date update in version.in adds cd0923370b MIPS/include: opcode/mips.h: Update stale comment for CODE20 [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/elfnn-riscv.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/README-how-to-make-a-release | 2 + binutils/doc/binutils.texi | 2 +- binutils/objcopy.c | 15 +- gas/ChangeLog | 27 ++ gas/expr.c | 5 +- gas/frags.c | 55 ++++ gas/frags.h | 2 + gas/symbols.c | 43 ++- gas/testsuite/gas/mmix/basep-7.d | 8 +- gas/testsuite/gas/s12z/bit-manip-invalid.d | 6 +- gas/testsuite/gas/s12z/bit-manip-invalid.s | 4 + gdb/ChangeLog | 289 +++++++++++++++++++++ gdb/MAINTAINERS | 1 + gdb/aarch64-tdep.c | 70 ++--- gdb/amd64-tdep.c | 10 +- gdb/arm-tdep.c | 68 ++--- gdb/contrib/cc-with-tweaks.sh | 1 + gdb/doc/ChangeLog | 8 + gdb/doc/gdb.texinfo | 26 +- gdb/dwarf2-frame.c | 2 +- gdb/dwarf2expr.c | 1 + gdb/dwarf2expr.h | 5 +- gdb/dwarf2loc.c | 5 +- gdb/dwarf2read.c | 28 +- gdb/iq2000-tdep.c | 22 -- gdb/lm32-tdep.c | 23 -- gdb/m32c-tdep.c | 34 --- gdb/m32r-tdep.c | 37 --- gdb/m68hc11-tdep.c | 24 -- gdb/mep-tdep.c | 29 --- gdb/mn10300-tdep.c | 32 +-- gdb/moxie-tdep.c | 33 --- gdb/msp430-tdep.c | 32 --- gdb/nds32-tdep.c | 77 +----- gdb/nios2-tdep.c | 20 -- gdb/or1k-tdep.c | 9 - gdb/rl78-tdep.c | 9 - gdb/rs6000-tdep.c | 18 -- gdb/rx-tdep.c | 38 +-- gdb/s12z-tdep.c | 18 -- gdb/score-tdep.c | 23 -- gdb/sh-tdep.c | 25 -- gdb/solib-svr4.c | 122 ++++++--- gdb/sparc-tdep.c | 9 - gdb/testsuite/ChangeLog | 42 +++ gdb/testsuite/gdb.arch/amd64-eval.cc | 18 ++ gdb/testsuite/gdb.arch/amd64-eval.exp | 2 + .../solib-probes-nosharedlibrary.c} | 3 - .../gdb.base/solib-probes-nosharedlibrary.exp | 51 ++++ gdb/testsuite/gdb.btrace/reconnect.exp | 2 +- gdb/testsuite/gdb.cp/many-args.cc | 76 ++++++ gdb/testsuite/gdb.cp/many-args.exp | 40 +++ gdb/testsuite/gdb.trace/backtrace.exp | 2 +- gdb/testsuite/gdb.trace/circ.exp | 2 +- gdb/testsuite/gdb.trace/collection.exp | 2 +- gdb/testsuite/gdb.trace/ftrace.exp | 2 +- gdb/testsuite/gdb.trace/mi-trace-unavailable.exp | 2 +- gdb/testsuite/gdb.trace/mi-traceframe-changed.exp | 2 +- gdb/testsuite/gdb.trace/qtro.exp | 2 +- gdb/testsuite/gdb.trace/read-memory.exp | 2 +- gdb/testsuite/gdb.trace/report.exp | 2 +- gdb/testsuite/gdb.trace/tfile.exp | 2 +- gdb/testsuite/gdb.trace/tfind.exp | 2 +- gdb/testsuite/gdb.trace/unavailable.exp | 2 +- gdb/testsuite/lib/gdb.exp | 3 +- gdb/tic6x-tdep.c | 22 -- gdb/tilegx-tdep.c | 26 -- gdb/v850-tdep.c | 25 -- gdb/vax-tdep.c | 7 - gdb/xstormy16-tdep.c | 23 -- include/ChangeLog | 4 + include/opcode/mips.h | 4 +- ld/ChangeLog | 59 +++++ ld/Makefile.am | 10 +- ld/Makefile.in | 8 +- ld/genscripts.sh | 28 +- ld/testsuite/config/default.exp | 12 +- ld/testsuite/ld-auto-import/auto-import.exp | 2 +- ld/testsuite/ld-cygwin/exe-export.exp | 2 +- ld/testsuite/ld-elf/audit.exp | 2 +- ld/testsuite/ld-elf/compress.exp | 2 +- ld/testsuite/ld-elf/dwarf.exp | 2 +- ld/testsuite/ld-elf/elf.exp | 2 +- ld/testsuite/ld-elf/indirect.exp | 2 +- ld/testsuite/ld-elf/linux-x86.exp | 2 +- ld/testsuite/ld-elf/shared.exp | 2 +- ld/testsuite/ld-elf/tls.exp | 2 +- ld/testsuite/ld-elf/wrap.exp | 2 +- ld/testsuite/ld-elfcomm/elfcomm.exp | 2 +- ld/testsuite/ld-elfvers/vers.exp | 2 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 2 +- ld/testsuite/ld-elfweak/elfweak.exp | 2 +- ld/testsuite/ld-gc/gc.exp | 12 +- ld/testsuite/ld-i386/i386.exp | 6 +- ld/testsuite/ld-i386/no-plt.exp | 2 +- ld/testsuite/ld-i386/tls.exp | 2 +- ld/testsuite/ld-ifunc/ifunc.exp | 2 +- ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 3 +- ld/testsuite/ld-mn10300/mn10300.exp | 2 +- ld/testsuite/ld-pe/pe-compile.exp | 2 +- ld/testsuite/ld-pe/pe-run.exp | 2 +- ld/testsuite/ld-pe/pe-run2.exp | 2 +- ld/testsuite/ld-pie/pie.exp | 2 +- ld/testsuite/ld-plugin/lto.exp | 2 +- ld/testsuite/ld-plugin/plugin.exp | 2 +- ld/testsuite/ld-scripts/crossref.exp | 2 +- ld/testsuite/ld-sh/sh.exp | 2 +- ld/testsuite/ld-shared/shared.exp | 2 +- ld/testsuite/ld-size/size.exp | 2 +- ld/testsuite/ld-srec/srec.exp | 2 +- ld/testsuite/ld-undefined/undefined.exp | 2 +- ld/testsuite/ld-unique/unique.exp | 2 +- ld/testsuite/ld-x86-64/mpx.exp | 2 +- ld/testsuite/ld-x86-64/no-plt.exp | 2 +- ld/testsuite/ld-x86-64/tls.exp | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 2 +- ld/testsuite/lib/ld-lib.exp | 61 ++++- opcodes/ChangeLog | 10 + opcodes/s12z-opc.c | 4 +- opcodes/s12z-opc.h | 9 +- 124 files changed, 1085 insertions(+), 917 deletions(-) copy gdb/testsuite/{gdb.server/sysroot.c => gdb.base/solib-probes-nosharedlibrary. [...] create mode 100644 gdb/testsuite/gdb.base/solib-probes-nosharedlibrary.exp create mode 100644 gdb/testsuite/gdb.cp/many-args.cc create mode 100644 gdb/testsuite/gdb.cp/many-args.exp