This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 3822612df0 Automatic date update in version.in adds 62253a6147 gdb: Remove LANG_MAGIC adds e5a1a79a4e Testsuite: Add gdbserver sysroot test adds 3bbec4bd95 Fix thinko in linker documentation. adds 51196bbc56 Another fix for GDB styling adds d04ebfb817 GAS: tc-s12z.c: int -> bfd_boolean adds e5a557ac01 S12Z: opcodes: Replace "operator" with "optr". adds 8114a5c51e GAS: S12Z: Remove definition of macro TC_M68K. new 9c9f1b1f39 Automatic date update in version.in new 35add35e85 gdb: Fix failure in gdb.base/complex-parts.exp for x86-32
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/version.h | 2 +- gas/ChangeLog | 8 + gas/config/tc-s12z.c | 412 ++++++++++----------- gas/config/tc-s12z.h | 3 - gdb/ChangeLog | 33 ++ gdb/ada-lang.c | 3 +- gdb/c-lang.c | 12 +- gdb/d-lang.c | 3 +- gdb/dwarf2read.c | 10 + gdb/f-lang.c | 3 +- gdb/go-lang.c | 3 +- gdb/language.c | 6 +- gdb/language.h | 8 - gdb/m2-lang.c | 3 +- gdb/objc-lang.c | 3 +- gdb/opencl-lang.c | 3 +- gdb/p-lang.c | 3 +- gdb/rust-lang.c | 3 +- gdb/testsuite/ChangeLog | 7 + .../start-cpp.cc => gdb.server/sysroot.c} | 14 +- gdb/testsuite/gdb.server/sysroot.exp | 77 ++++ gdb/testsuite/lib/gdbserver-support.exp | 16 +- gdb/utils.c | 4 - ld/ChangeLog | 6 + ld/ld.texi | 2 +- opcodes/ChangeLog | 5 + opcodes/s12z-dis.c | 2 +- opcodes/s12z-opc.c | 52 +-- opcodes/s12z-opc.h | 4 +- 29 files changed, 410 insertions(+), 300 deletions(-) copy gdb/testsuite/{gdb.base/start-cpp.cc => gdb.server/sysroot.c} (89%) create mode 100644 gdb/testsuite/gdb.server/sysroot.exp