This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 590003dc0e [gdb/testsuite] Add -lbl option in gdb_test_multiple adds 442131c1be gdbserver: Add mechanism to prevent sending T stop packets adds 24ed6739b6 gdb/remote: Restore support for 'S' stop reply packet adds 81b86b9702 Fix arm-netbsd build error: convert from FPA to VFP adds 63e163f24f gdb: Allow GDB to _not_ load a previous command history adds 9822cb57f7 Small clean up of use_displaced_stepping adds e3e896e667 Tidy obj-coff.h adds f45fb2900c Automatic date update in version.in adds b98cc2cf1a [gdb/testsuite] Fix mi-sym-info.exp with check-read1 adds 1ef44e861d [gdb/testsuite] Fix tcl error in gdb.mi/list-thread-groups-a [...] adds 478e490a4d [gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1 adds f57140990f bfd_check_format_matches preserving matches vs. cleanups adds d8e4137b5e Note that the --rpath-link command line option will search t [...] adds 8326546ebb Fix a potential illegal memory access in the Z80 assembler. adds b5ebe8ddf9 Add missing AT tags to the ELF common header. new bb7b70ab85 Update GDB to use new AUXV entry types new 79d72f45a7 x86: Improve -malign-branch
The 2 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 | 10 ++ bfd/format.c | 24 ++- bfd/version.h | 2 +- gas/ChangeLog | 11 ++ gas/config/obj-coff.h | 14 -- gas/config/tc-i386.c | 165 +++++++++++++++++---- gas/config/tc-i386.h | 2 + gas/config/tc-z80.c | 32 +++- .../i386/{align-branch-1f.d => align-branch-9.d} | 65 ++++---- .../i386/{align-branch-1.s => align-branch-9.s} | 16 +- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/x86-64-align-branch-9.d | 46 ++++++ .../{align-branch-5.s => x86-64-align-branch-9.s} | 19 ++- gdb/ChangeLog | 51 +++++++ gdb/NEWS | 6 + gdb/arm-nbsd-nat.c | 121 ++++++++------- gdb/auxv.c | 12 ++ gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 25 +++- gdb/infrun.c | 63 ++++++-- gdb/remote.c | 43 ++++-- gdb/testsuite/ChangeLog | 27 ++++ gdb/testsuite/gdb.base/default.exp | 2 - gdb/testsuite/gdb.base/gdbinit-history.exp | 151 +++++++++++++++++++ gdb/testsuite/gdb.mi/gdb2549.exp | 33 ++++- .../gdb.mi/list-thread-groups-available.exp | 6 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 6 +- gdb/testsuite/gdb.server/stop-reply-no-thread.exp | 80 ++++++---- gdb/testsuite/lib/gdb.exp | 6 + gdb/top.c | 51 +++++-- gdbserver/ChangeLog | 8 + gdbserver/remote-utils.cc | 20 +++ gdbserver/server.cc | 3 + gdbserver/server.h | 1 + include/ChangeLog | 7 + include/elf/common.h | 15 ++ ld/ChangeLog | 6 + ld/ld.texi | 15 +- 38 files changed, 934 insertions(+), 239 deletions(-) copy gas/testsuite/gas/i386/{align-branch-1f.d => align-branch-9.d} (54%) copy gas/testsuite/gas/i386/{align-branch-1.s => align-branch-9.s} (92%) create mode 100644 gas/testsuite/gas/i386/x86-64-align-branch-9.d copy gas/testsuite/gas/i386/{align-branch-5.s => x86-64-align-branch-9.s} (65%)