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-check_binutils 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 new abdd4204a2 Fix for gdb.tui/tui-layout-asm.exp
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/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