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-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from 1056aa3919 gdb: clean up some things in features/Makefile adds 588f5af532 Automatic date update in version.in adds ad42014be2 Guile: temporary breakpoints adds cd026728f3 gas: improve C_BSTAT and C_STSYM symbols handling on XCOFF
No new revisions were added by this update.
Summary of changes: bfd/coff-bfd.c | 5 ++-- bfd/coffgen.c | 9 ++++--- bfd/version.h | 2 +- gas/config/tc-ppc.c | 8 ++++-- gas/config/tc-ppc.h | 1 + gas/symbols.c | 12 ++++++++- gas/testsuite/gas/ppc/aix.exp | 3 +++ gas/testsuite/gas/ppc/xcoff-stsym-32.d | 22 +++++++++++++++ gas/testsuite/gas/ppc/xcoff-stsym-64.d | 22 +++++++++++++++ gas/testsuite/gas/ppc/xcoff-stsym.s | 16 +++++++++++ gdb/NEWS | 3 +++ gdb/doc/guile.texi | 16 ++++++++++- gdb/guile/scm-breakpoint.c | 43 ++++++++++++++++++++++++------ gdb/testsuite/gdb.guile/scm-breakpoint.exp | 33 +++++++++++++++++++++++ 14 files changed, 177 insertions(+), 18 deletions(-) create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym.s