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-aarch64-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from ad42014be2 Guile: temporary breakpoints adds cd026728f3 gas: improve C_BSTAT and C_STSYM symbols handling on XCOFF adds c3c1e6459f gdbtypes: return value from get_unsigned_type_max adds b5b591a865 guile: fix make-value with pointer type adds 91ef1ea542 guile/scm-math: indentation fixes adds abdd4204a2 Fix for gdb.tui/tui-layout-asm.exp
No new revisions were added by this update.
Summary of changes: bfd/coff-bfd.c | 5 ++-- bfd/coffgen.c | 9 ++++--- 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/gdbtypes.c | 24 +++++++++++++++---- gdb/gdbtypes.h | 4 +++- gdb/guile/scm-math.c | 37 ++++++++++++++++++----------- gdb/testsuite/gdb.guile/scm-math.exp | 40 ++++++++++++++++++++++++++++++++ gdb/testsuite/gdb.tui/tui-layout-asm.exp | 32 +++++++++++++++++++++++-- 14 files changed, 205 insertions(+), 30 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