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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 [...] adds 674c58574b Automatic date update in version.in adds 3955e34670 bfd: add stdlib.h when using abort adds 66d055c754 sim: enable hardware support by default adds bd0918c910 sim: nltvals: unify common syscall tables adds 2045d9d17f sim: riscv: switch MIN/MAX to common min/max adds 3d64c987c7 Reject debuglink sections with no associated filename. adds 60cfa10c36 x86: Add () to silence GCC 5 adds 9a6e099f43 gdbsupport: allow to specify dependencies between observers adds 2c473def12 gdb: do autoload before notifying Python side in new_objfile event adds 4b62a30d5b Fix timeout for gdb.xml/tdesc-reload.exp adds b9f90c72ee Fix timeout with maint print objfiles adds 6c356992b4 Automatic date update in version.in
No new revisions were added by this update.
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 +- binutils/ChangeLog | 6 + binutils/dwarf.c | 4 + gas/ChangeLog | 35 ++ gas/config/tc-i386.c | 161 ++++++- 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 | 39 ++ gdb/auto-load.c | 9 +- gdb/auto-load.h | 8 + gdb/cli/cli-dump.c | 3 + gdb/psymtab.c | 3 +- gdb/python/py-inferior.c | 7 +- gdb/symmisc.c | 7 +- gdb/testsuite/ChangeLog | 36 ++ gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 2 +- gdb/testsuite/gdb.base/dump.exp | 10 + gdb/testsuite/gdb.base/maint.exp | 3 - 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 ++++++ ...d-pretty-printers-in-newobjfile-event.so-gdb.py | 43 ++ ...aded-pretty-printers-in-newobjfile-event-lib.cc | 28 ++ ...oaded-pretty-printers-in-newobjfile-event-lib.h | 31 ++ ...ded-pretty-printers-in-newobjfile-event-main.cc | 27 ++ ...oloaded-pretty-printers-in-newobjfile-event.exp | 80 ++++ ...toloaded-pretty-printers-in-newobjfile-event.py | 50 +++ gdb/testsuite/gdb.xml/tdesc-reload.exp | 7 +- gdb/testsuite/lib/gdb.exp | 17 +- gdb/unittests/observable-selftests.c | 113 +++++ gdbsupport/ChangeLog | 8 + gdbsupport/observable.h | 116 ++++- 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 | 8 + sim/common/gennltvals.py | 49 +-- sim/common/nltvals.def | 474 ++------------------- sim/cr16/ChangeLog | 4 + sim/cr16/aclocal.m4 | 1 + sim/cr16/config.in | 6 + sim/cr16/configure | 114 ++++- sim/cris/ChangeLog | 4 + sim/cris/Makefile.in | 3 - 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 ++++- 175 files changed, 4321 insertions(+), 688 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 gdb/testsuite/gdb.python/libpy-autoloaded-pretty-printers-in-ne [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] 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