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 574d27ede4 Automatic date update in version.in adds c3344b626d x86-64: don't accept supposedly disabled MOVQ forms adds ac45a6ca51 gdb/testsuite: remove duplicate test names for gdb.cp/nsusing.exp adds 6e89229742 gdb/testsuite: remove duplicate test names from gdb.cp/gdb2384.exp adds baecbb3dc8 gdb/testsuite: remove duplicate test from gdb.cp/maint.exp adds 6b78370dcc gdb/testsuite: resolve duplicate test name in gdb.cp/cplusfuncs.exp adds 3c2dcf90b5 gdb/testsuite: resolve remaining duplicate test names in gdb [...] adds bab287cdcf Avoid some pointer chasing in DWARF reader adds e5b9b39f88 target_is_non_stop_p and sync targets adds 1192f124a3 gdb: generalize commit_resume, avoid commit-resuming when th [...] adds b4b1a226df gdb: defer commit resume until all available events are consumed adds b1f3973b9c gdb/testsuite: more testing of pretty printer 'array' display_hint adds ff5b3e1458 Save/restore file offset while reading notes in core file adds cd43f63e00 Allow expand_symtabs_matching to examine imported psymtabs adds e2cd5ca40c Simplify psymbol_functions::expand_symtabs_matching adds 2315bb2d57 Simplify use of map_matching_symbols in ada-lang.c adds f4655dee77 Use function view in quick_symbol_functions::map_symbol_filenames adds efe1ecd834 gdb-add-index.sh: Remove use of non posix 'local' adds 03f2bc641d Automatic date update in version.in adds 99066782db gdb/testsuite: make some test names unique in gdb.arch/power [...] adds 594b8948eb Don't clear 'qf' in elf_symfile_read adds 6e23d91aa7 Don't declare elf_sym_fns_lazy_psyms adds fff7b4f846 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/elfcore.h | 7 + bfd/version.h | 2 +- gas/ChangeLog | 6 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/x86-64-nosse2.l | 15 ++ gas/testsuite/gas/i386/x86-64-nosse2.s | 9 + gdb/ChangeLog | 140 ++++++++++++ gdb/ada-lang.c | 46 ++-- gdb/async-event.c | 8 + gdb/async-event.h | 3 + gdb/contrib/gdb-add-index.sh | 25 ++- gdb/dwarf2/read.c | 27 ++- gdb/elfread.c | 3 - gdb/infcmd.c | 16 ++ gdb/infrun.c | 238 +++++++++++++++++++-- gdb/infrun.h | 98 +++++++++ gdb/mi/mi-cmd-file.c | 6 +- gdb/mi/mi-main.c | 4 + gdb/objfiles.h | 4 +- gdb/process-stratum-target.h | 32 +++ gdb/psympriv.h | 4 +- gdb/psymtab.c | 21 +- gdb/quick-symbol.h | 15 +- gdb/record-full.c | 10 +- gdb/remote.c | 170 ++++++++++++--- gdb/symfile-debug.c | 10 +- gdb/symfile.c | 6 +- gdb/symfile.h | 4 +- gdb/symtab.c | 79 ++++--- gdb/target-delegates.c | 45 +++- gdb/target.c | 34 +-- gdb/target.h | 43 ++-- gdb/testsuite/ChangeLog | 56 +++++ .../gdb.arch/powerpc-disassembler-options.exp | 4 +- gdb/testsuite/gdb.arch/powerpc-fpscr-gcore.exp | 4 +- gdb/testsuite/gdb.cp/breakpoint.exp | 8 +- gdb/testsuite/gdb.cp/casts.exp | 6 +- gdb/testsuite/gdb.cp/cplusfuncs.exp | 2 +- gdb/testsuite/gdb.cp/filename.exp | 6 +- gdb/testsuite/gdb.cp/gdb2384.cc | 4 +- gdb/testsuite/gdb.cp/gdb2384.exp | 20 +- gdb/testsuite/gdb.cp/gdb2495.exp | 6 +- gdb/testsuite/gdb.cp/maint.exp | 31 +-- gdb/testsuite/gdb.cp/mb-ctor.exp | 4 +- gdb/testsuite/gdb.cp/misc.exp | 2 +- gdb/testsuite/gdb.cp/nsnested.exp | 9 +- gdb/testsuite/gdb.cp/nsusing.exp | 133 +++--------- gdb/testsuite/gdb.cp/ovldbreak.exp | 6 +- gdb/testsuite/gdb.cp/pr17494.exp | 2 +- gdb/testsuite/gdb.cp/ref-types.exp | 2 +- gdb/testsuite/gdb.cp/temargs.exp | 2 +- gdb/testsuite/gdb.python/py-prettyprint.c | 2 + gdb/testsuite/gdb.python/py-prettyprint.exp | 29 +++ gdb/testsuite/gdb.python/py-prettyprint.py | 5 + gdb/top.c | 7 + opcodes/ChangeLog | 6 + opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 4 +- 59 files changed, 1108 insertions(+), 392 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-nosse2.l create mode 100644 gas/testsuite/gas/i386/x86-64-nosse2.s