This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 [...] new 674c58574b Automatic date update in version.in new 3955e34670 bfd: add stdlib.h when using abort new 66d055c754 sim: enable hardware support by default new bd0918c910 sim: nltvals: unify common syscall tables new 2045d9d17f sim: riscv: switch MIN/MAX to common min/max
The 5 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 | 11 + bfd/elf-bfd.h | 2 + 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 | 43 ++ gdb/NEWS | 12 + gdb/c-typeprint.c | 8 +- gdb/cli/cli-dump.c | 3 + gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 113 +++-- gdb/rust-lang.c | 2 +- gdb/sparc-linux-nat.c | 4 +- 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/typeprint.c | 83 +++- gdb/typeprint.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/ChangeLog | 8 + sim/README-HACKING | 7 +- sim/aarch64/ChangeLog | 4 + sim/aarch64/aclocal.m4 | 1 + sim/aarch64/config.in | 6 + sim/aarch64/configure | 114 ++++- sim/arm/ChangeLog | 10 + sim/arm/aclocal.m4 | 1 + sim/arm/armemu.c | 5 +- sim/arm/config.in | 6 + sim/arm/configure | 114 ++++- sim/avr/ChangeLog | 4 + sim/avr/aclocal.m4 | 1 + sim/avr/config.in | 6 + sim/avr/configure | 114 ++++- sim/bfin/ChangeLog | 4 + sim/bfin/Makefile.in | 3 - sim/bpf/ChangeLog | 4 + sim/bpf/aclocal.m4 | 1 + sim/bpf/config.in | 6 + sim/bpf/configure | 114 ++++- sim/common/ChangeLog | 15 + sim/common/gennltvals.py | 49 +- sim/common/nltvals.def | 474 ++----------------- sim/common/sim-options.c | 39 +- sim/cr16/ChangeLog | 4 + sim/cr16/aclocal.m4 | 1 + sim/cr16/config.in | 6 + sim/cr16/configure | 114 ++++- sim/cris/ChangeLog | 8 + sim/cris/Makefile.in | 5 +- sim/d10v/ChangeLog | 4 + sim/d10v/aclocal.m4 | 1 + sim/d10v/config.in | 6 + sim/d10v/configure | 114 ++++- sim/erc32/ChangeLog | 4 + sim/erc32/aclocal.m4 | 1 + sim/erc32/config.in | 6 + sim/erc32/configure | 116 ++++- sim/example-synacor/ChangeLog | 4 + sim/example-synacor/aclocal.m4 | 1 + sim/example-synacor/config.in | 6 + sim/example-synacor/configure | 114 ++++- sim/frv/ChangeLog | 9 + sim/frv/Makefile.in | 3 - sim/frv/configure | 1 - sim/frv/configure.ac | 2 - sim/ft32/ChangeLog | 4 + sim/ft32/aclocal.m4 | 1 + sim/ft32/config.in | 6 + sim/ft32/configure | 114 ++++- sim/h8300/ChangeLog | 4 + sim/h8300/aclocal.m4 | 1 + sim/h8300/config.in | 6 + sim/h8300/configure | 114 ++++- sim/iq2000/ChangeLog | 9 + sim/iq2000/Makefile.in | 3 - sim/iq2000/configure | 1 - sim/iq2000/configure.ac | 2 - sim/lm32/ChangeLog | 4 + sim/lm32/Makefile.in | 3 - sim/m32c/ChangeLog | 8 + sim/m32c/Makefile.in | 3 - sim/m32c/aclocal.m4 | 1 + sim/m32c/config.in | 6 + sim/m32c/configure | 116 ++++- sim/m32r/ChangeLog | 4 + sim/m32r/Makefile.in | 3 - sim/m4/sim_ac_output.m4 | 1 + sim/mcore/ChangeLog | 4 + sim/mcore/aclocal.m4 | 1 + sim/mcore/config.in | 6 + sim/mcore/configure | 114 ++++- sim/microblaze/ChangeLog | 4 + sim/microblaze/aclocal.m4 | 1 + sim/microblaze/config.in | 6 + sim/microblaze/configure | 114 ++++- sim/mn10300/ChangeLog | 4 + sim/mn10300/Makefile.in | 3 - sim/moxie/ChangeLog | 8 + sim/moxie/Makefile.in | 3 - sim/moxie/aclocal.m4 | 1 + sim/moxie/config.in | 6 + sim/moxie/configure | 114 ++++- sim/msp430/ChangeLog | 8 + sim/msp430/Makefile.in | 3 - sim/msp430/aclocal.m4 | 1 + sim/msp430/config.in | 6 + sim/msp430/configure | 114 ++++- sim/or1k/ChangeLog | 4 + sim/or1k/aclocal.m4 | 1 + sim/or1k/config.in | 6 + sim/or1k/configure | 114 ++++- sim/pru/ChangeLog | 8 + sim/pru/Makefile.in | 2 - sim/pru/aclocal.m4 | 1 + sim/pru/config.in | 6 + sim/pru/configure | 114 ++++- sim/riscv/ChangeLog | 9 + sim/riscv/aclocal.m4 | 1 + sim/riscv/config.in | 6 + sim/riscv/configure | 114 ++++- sim/riscv/sim-main.c | 11 +- sim/rl78/ChangeLog | 4 + sim/rl78/aclocal.m4 | 1 + sim/rl78/config.in | 6 + sim/rl78/configure | 116 ++++- sim/rx/ChangeLog | 8 + sim/rx/Makefile.in | 3 - sim/rx/aclocal.m4 | 1 + sim/rx/config.in | 6 + sim/rx/configure | 116 ++++- sim/sh/ChangeLog | 4 + sim/sh/aclocal.m4 | 1 + sim/sh/config.in | 6 + sim/sh/configure | 114 ++++- sim/v850/ChangeLog | 4 + sim/v850/aclocal.m4 | 1 + sim/v850/config.in | 6 + sim/v850/configure | 114 ++++- 168 files changed, 4363 insertions(+), 1001 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