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 4a11703a04 [gdb/testsuite] Fix gdb.threads/multi-create-ns-info-thr.exp adds 4c5d7c03c4 [gdb/testsuite] Fix gdb.base/batch-preserve-term-settings.ex [...] adds f185acddfa x86: minor improvements to optimize_disp() (part I) adds 77c5978907 x86-64: avoid bogus warnings with 32-bit addressing adds cd613c1fcc x86: minor improvements to optimize_disp() (part II) adds 7e96fb6871 x86: minor improvements to optimize_imm() (part II) adds 7c757f41aa x86: cover a.out in recently added tests adds 58f076c6f8 [gdb/testsuite] Simplify gdb.base/info-types.exp.tcl further adds c3cfd9eb5b [gdb/testsuite] Fix gdb.base/info-macros.exp with check-read1 adds 956ea65cd7 bfd/elf: Don't read non-existing secondary relocs adds fdae5c22ce [gdb/testsuite] Disallow single argument in multi_line adds 5804373d03 bfd/elf: Don't read non-existing secondary relocs adds 122373f7f2 gdb: try to load libthread_db only after reading all shared [...] adds f9e59d060f Use is/is not to check for None in python code. adds 1bc5b62129 Automatic date update in version.in adds f75bcf7e57 Fix the creation of archives for Sparc Solaris2 targets by e [...] adds d0a3c757b9 gdb/testsuite: add some logging in Term::_check_box adds cc96519fdc Remove Daniel Jacobwitz from the maintainers list adds c70fdc45f6 Update read1 example in gdb/testsuite/README adds 906192d785 sim: cgen: inline cgen_init logic adds eee649922f sim: bpf: use CURRENT_TARGET_BYTE_ORDER adds cfc6061bd8 sim: nrun: tweak init of callback endian adds dc3de083d5 sim: mn10300: tweak engine halt hook adds 943f9baa37 sim: cleanup obsolete NULL fallback adds c572c4580e Automatic date update in version.in adds 0cc809fa0f [gdb/testsuite] Fix gdb.cp/cplusfuncs.exp with check-read1 adds 36695cf8ff [gdb/testsuite] Fix gdb.cp/nested-types.exp with check-read1 new 4bdd1a0620 [gdb/testsuite] Convert multi-line function call into si [...]
The 1 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/config.bfd | 5 +- bfd/elf.c | 5 ++ bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/MAINTAINERS | 2 - gas/ChangeLog | 32 ++++++++ gas/config/tc-i386.c | 41 ++++++----- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/lea16-optimize.d | 2 + gas/testsuite/gas/i386/lea16.d | 50 +++++++++++++ gas/testsuite/gas/i386/lea16.s | 3 + gas/testsuite/gas/i386/lea64-optimize.d | 6 ++ gas/testsuite/gas/i386/lea64.d | 6 ++ gas/testsuite/gas/i386/lea64.s | 8 ++ gas/testsuite/gas/i386/quoted.d | 24 +++--- gas/testsuite/gas/i386/wrap32-data.d | 26 +++---- gas/testsuite/gas/i386/wrap32-text.d | 32 ++++---- gdb/ChangeLog | 21 ++++++ gdb/doc/ChangeLog | 5 ++ gdb/doc/python.texi | 2 +- gdb/infcmd.c | 4 + gdb/inferior.h | 4 + gdb/infrun.c | 5 ++ gdb/linux-thread-db.c | 24 ++++-- gdb/python/lib/gdb/FrameDecorator.py | 10 +-- gdb/python/lib/gdb/command/frame_filters.py | 4 +- gdb/remote.c | 22 +++++- gdb/testsuite/ChangeLog | 62 ++++++++++++++++ gdb/testsuite/README | 6 +- .../gdb.base/batch-preserve-term-settings.exp | 12 ++- gdb/testsuite/gdb.base/foll-exec.c | 19 ++--- gdb/testsuite/gdb.base/gdbinit-history.exp | 6 +- gdb/testsuite/gdb.base/info-macros.exp | 6 +- gdb/testsuite/gdb.base/info-types.exp.tcl | 83 ++------------------- gdb/testsuite/gdb.base/jit-reader.exp | 4 +- .../gdb.base/premature-dummy-frame-removal.py | 4 +- gdb/testsuite/gdb.cp/cplusfuncs.exp | 11 ++- gdb/testsuite/gdb.cp/nested-types.exp | 11 +-- gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.exp | 2 +- gdb/testsuite/gdb.python/py-frame-args.py | 2 +- .../gdb.python/py-framefilter-invalidarg.py | 2 +- gdb/testsuite/gdb.python/py-framefilter.py | 2 +- gdb/testsuite/gdb.python/py-nested-maps.py | 4 +- gdb/testsuite/gdb.python/py-objfile-script-gdb.py | 2 +- gdb/testsuite/gdb.python/py-prettyprint.py | 4 +- gdb/testsuite/gdb.python/py-section-script.py | 2 +- gdb/testsuite/gdb.python/py-unwind-inline.py | 2 +- gdb/testsuite/gdb.python/python.exp | 2 +- gdb/testsuite/gdb.rust/pp.py | 2 +- gdb/testsuite/lib/cp-support.exp | 36 ++++++--- gdb/testsuite/lib/gdb.exp | 86 ++++++++++++++++++++++ gdb/testsuite/lib/tuiterm.exp | 46 ++++++++---- ld/ChangeLog | 6 ++ ld/testsuite/ld-sparc/sparc.exp | 19 +++-- sim/bpf/ChangeLog | 11 +++ sim/bpf/bpf.c | 4 +- sim/bpf/mloop.in | 2 +- sim/bpf/sim-if.c | 4 - sim/common/ChangeLog | 18 +++++ sim/common/cgen-defs.h | 14 ---- sim/common/cgen-run.c | 23 +++++- sim/common/cgen-utils.c | 35 --------- sim/common/nrun.c | 11 +-- sim/common/sim-base.h | 10 --- sim/common/sim-basics.h | 5 -- sim/cris/ChangeLog | 4 + sim/cris/sim-if.c | 4 - sim/frv/ChangeLog | 4 + sim/frv/sim-if.c | 4 - sim/igen/ChangeLog | 7 ++ sim/igen/gen-itable.c | 5 -- sim/igen/gen-model.c | 4 - sim/igen/ld-cache.c | 4 - sim/igen/ld-decode.c | 4 - sim/iq2000/ChangeLog | 4 + sim/iq2000/sim-if.c | 4 - sim/lm32/ChangeLog | 4 + sim/lm32/sim-if.c | 4 - sim/m32r/ChangeLog | 4 + sim/m32r/sim-if.c | 4 - sim/mn10300/ChangeLog | 4 + sim/mn10300/sim-main.h | 2 +- sim/or1k/ChangeLog | 6 ++ sim/or1k/sim-if.c | 4 - sim/or1k/traps.c | 2 +- sim/ppc/ChangeLog | 8 ++ sim/ppc/basics.h | 4 - sim/ppc/gen-itable.c | 5 -- sim/ppc/gen-model.c | 4 - sim/ppc/ld-cache.c | 4 - sim/ppc/ld-decode.c | 3 - 92 files changed, 674 insertions(+), 377 deletions(-) create mode 100644 gas/testsuite/gas/i386/lea16.d