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-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 3886790f13 sim: dv-cfi: fix printf format adds ec098003e2 gdbsupport: introduce struct observer adds c90e7d6352 gdbsupport, gdb: give names to observers adds 0df0cce7c6 gdbsupport: allow passing format string to scoped_debug_start_end adds a8536c466a gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG [...] adds 219df3d924 Automatic date update in version.in adds 77393c9b18 Document the GDB 10.2 release in gdb/ChangeLog adds 4478c33127 Use htab_t in sim-options.c adds b22138f32f Add engv32.h to SIM_EXTRA_DEPS in sim/cris adds 18bbba46a9 gdb/typeprint.h: reorder struct declaration adds fbb46296d7 [PR gdb/22640] ptype: add option to use hexadecimal notation adds 6476ec743f Automatic date update in version.in adds c290cb01fa gdb: fix sparc build failure of linux-nat adds b818855549 x86-64: have value properly checked when resolving fixup adds fe134c6569 x86: optimize LEA adds d965814fb6 x86: limit 32-bit @size overflow checks to 64-bit objects adds 8fb8824599 x86: add IS_ELF to check whether to resolve @size reloc adds a7664973b2 x86: correct overflow checking for 16-bit PC-relative relocs adds 21f9178575 Fix gdb.arch/aarch64-dbreg-contents.exp FAIL adds bea3329b76 gdb: check result of gdb_fopen_cloexec in dump_binary_file adds e8b6c1da56 Add test case for gdb 10 crash adds f6b9562fd9 Fix a bug in the ARM emulator which would not allow 4 byte a [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 + bfd/elf32-i386.c | 2 +- bfd/elf64-x86-64.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 31 ++ gas/config/tc-i386.c | 159 ++++++- gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/lea-optimize.d | 41 +- gas/testsuite/gas/i386/lea.d | 39 +- gas/testsuite/gas/i386/lea.e | 1 + gas/testsuite/gas/i386/lea.s | 54 ++- gas/testsuite/gas/i386/lea16-optimize.d | 48 ++ gas/testsuite/gas/i386/lea16.s | 7 + gas/testsuite/gas/i386/lea64-optimize.d | 71 +++ gas/testsuite/gas/i386/lea64.d | 70 +++ gas/testsuite/gas/i386/{lea.e => lea64.e} | 1 + gas/testsuite/gas/i386/lea64.s | 84 ++++ gas/testsuite/gas/i386/x86-64-addr32-bad.l | 29 ++ gas/testsuite/gas/i386/x86-64-addr32-bad.s | 15 + gdb/ChangeLog | 47 ++ gdb/NEWS | 12 + gdb/ada-lang.c | 6 +- gdb/ada-tasks.c | 6 +- gdb/agent.c | 3 +- gdb/aix-thread.c | 5 +- gdb/annotate.c | 8 +- gdb/arm-tdep.c | 2 +- gdb/auto-load.c | 5 +- gdb/auxv.c | 6 +- gdb/break-catch-syscall.c | 3 +- gdb/breakpoint.c | 15 +- gdb/bsd-uthread.c | 9 +- gdb/c-typeprint.c | 8 +- gdb/cli/cli-dump.c | 3 + gdb/cli/cli-interp.c | 20 +- gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 113 +++-- gdb/dummy-frame.c | 2 +- gdb/extension.c | 2 +- gdb/frame.c | 3 +- gdb/guile/scm-breakpoint.c | 6 +- gdb/inflow.c | 2 +- gdb/infrun.c | 12 +- gdb/jit.c | 8 +- gdb/linux-tdep.c | 9 +- gdb/linux-thread-db.c | 5 +- gdb/m68k-linux-tdep.c | 3 +- gdb/mi/mi-cmd-break.c | 3 +- gdb/mi/mi-interp.c | 63 +-- gdb/printcmd.c | 3 +- gdb/python/py-breakpoint.c | 9 +- gdb/python/py-finishbreakpoint.c | 6 +- gdb/python/py-inferior.c | 29 +- gdb/python/py-unwind.c | 3 +- gdb/ravenscar-thread.c | 3 +- gdb/record-btrace.c | 3 +- gdb/regcache.c | 6 +- gdb/remote.c | 2 +- gdb/rust-lang.c | 2 +- gdb/sol-thread.c | 2 +- gdb/solib-aix.c | 3 +- gdb/solib-svr4.c | 3 +- gdb/solib.c | 5 +- gdb/sparc-linux-nat.c | 4 +- gdb/symfile-mem.c | 2 +- gdb/symfile.c | 2 +- gdb/symtab.c | 7 +- gdb/testsuite/ChangeLog | 28 ++ gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 2 +- gdb/testsuite/gdb.base/dump.exp | 10 + gdb/testsuite/gdb.base/ptype-offsets.exp | 562 ++++++++++++++--------- gdb/testsuite/gdb.dwarf2/imported-unit-bp-alt.c | 50 ++ gdb/testsuite/gdb.dwarf2/imported-unit-bp-main.c | 24 + gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp | 128 ++++++ gdb/testsuite/gdb.rust/simple.exp | 10 +- gdb/testsuite/gdb.rust/union.exp | 10 +- gdb/tui/tui-hooks.c | 4 +- gdb/tui/tui-interp.c | 20 +- gdb/tui/tui-win.c | 4 +- gdb/tui/tui-winsource.c | 2 +- gdb/typeprint.c | 83 +++- gdb/typeprint.h | 69 +-- gdb/unittests/observable-selftests.c | 14 +- gdbsupport/ChangeLog | 33 ++ gdbsupport/common-debug.h | 66 ++- gdbsupport/observable.h | 69 ++- ld/ChangeLog | 7 + ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pcrel16-2.d | 5 + ld/testsuite/ld-i386/pcrel16-2.s | 12 + ld/testsuite/ld-x86-64/pcrel16-2.d | 5 + ld/testsuite/ld-x86-64/x86-64.exp | 1 + opcodes/ChangeLog | 5 + opcodes/i386-opc.tbl | 2 +- opcodes/i386-tbl.h | 2 +- sim/arm/ChangeLog | 6 + sim/arm/armemu.c | 5 +- sim/common/ChangeLog | 7 + sim/common/sim-options.c | 39 +- sim/cris/ChangeLog | 4 + sim/cris/Makefile.in | 2 +- 101 files changed, 1914 insertions(+), 534 deletions(-) create mode 100644 gas/testsuite/gas/i386/lea16-optimize.d create mode 100644 gas/testsuite/gas/i386/lea16.s create mode 100644 gas/testsuite/gas/i386/lea64-optimize.d create mode 100644 gas/testsuite/gas/i386/lea64.d copy gas/testsuite/gas/i386/{lea.e => lea64.e} (73%) create mode 100644 gas/testsuite/gas/i386/lea64.s create mode 100644 gas/testsuite/gas/i386/x86-64-addr32-bad.l create mode 100644 gas/testsuite/gas/i386/x86-64-addr32-bad.s create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit-bp-alt.c create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit-bp-main.c create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp create mode 100644 ld/testsuite/ld-i386/pcrel16-2.d create mode 100644 ld/testsuite/ld-i386/pcrel16-2.s create mode 100644 ld/testsuite/ld-x86-64/pcrel16-2.d