This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/gdb.
from dd4c046506 Automatic date update in version.in adds 52c0a45546 [gdb/symtab] Make per_cu->set_lang more strict adds cf6c1e710e gdbserver: remove unused variable adds 0f443d1b70 Fix "until LINE" in main, when "until" runs into longjmp adds 43127ae571 Fix gdb.base/step-indirect-call-thunk.exp adds 485caa08c0 Add PowerPC support to gdb.cp/call-method-register.cc adds 2b8b0dca3b Fix for gdb.base/stap-probe.c adds 9779607aff Tighten gdb.threads/no-unwaited-for-left.exp regexps adds 869fa2b36c Automatic date update in version.in adds 00b37cc41e PowerPC: implement md_operand to parse register names adds 5f6c92298a Re: PowerPC: implement md_operand to parse register names adds 4f92e10cda [gdb/symtab] Fix data race in ~charset_vector adds b35bd7d552 [gdb/symtab] Make per_cu->unit_type atomic adds 14dd1080c6 [gdb/symtab] Make per_cu->m_lang atomic new 2df41bda2f [gdb/build] Fix gdb build with gcc 4.8.5
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/version.h | 2 +- gas/config/tc-ppc.c | 149 +++++++++------------ gas/config/tc-ppc.h | 7 +- gas/read.c | 3 +- gas/testsuite/gas/ppc/ppc.exp | 1 + gas/testsuite/gas/ppc/regsyms.d | 10 ++ gas/testsuite/gas/ppc/regsyms.s | 4 + gdb/breakpoint.c | 2 +- gdb/charset.c | 8 +- gdb/dwarf2/read.c | 38 +++--- gdb/dwarf2/read.h | 46 ++++--- .../longjmp-until-in-main.c} | 18 +-- gdb/testsuite/gdb.base/longjmp-until-in-main.exp | 44 ++++++ gdb/testsuite/gdb.base/stap-probe.c | 2 + .../gdb.base/step-indirect-call-thunk.exp | 6 +- gdb/testsuite/gdb.cp/call-method-register.cc | 2 + gdb/testsuite/gdb.dwarf2/dw2-missing-cu-tag.exp | 4 +- gdb/testsuite/gdb.threads/no-unwaited-for-left.exp | 4 +- gdbserver/server.cc | 8 +- gdbsupport/packed.h | 2 + 20 files changed, 210 insertions(+), 150 deletions(-) create mode 100644 gas/testsuite/gas/ppc/regsyms.d create mode 100644 gas/testsuite/gas/ppc/regsyms.s copy gdb/testsuite/{gdb.cp/pointer-to-member.cc => gdb.base/longjmp-until-in-main. [...] create mode 100644 gdb/testsuite/gdb.base/longjmp-until-in-main.exp