This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from a9a09f5114 Re: Add --unicode option adds 9b49454b4a Re: Add --unicode option new 9c95aea186 Fix PR 28308 - dprintf breakpoints not working when run from script new f493b71179 Test case for Bug 28308 new e86fc4a5bc PR 28447: implement multiple parameters for .file on XCOFF
The 3 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-rs6000.c | 14 ++- bfd/coff64-rs6000.c | 14 ++- bfd/coffcode.h | 10 +- bfd/coffgen.c | 134 ++++++++++++++++----- bfd/cofflink.c | 14 +-- bfd/coffswap.h | 14 +-- bfd/libcoff.h | 4 + bfd/peXXigen.c | 12 +- bfd/xcofflink.c | 12 +- binutils/objdump.c | 78 ++++++------ gas/config/tc-ppc.c | 63 ++++++++++ gas/config/tc-ppc.h | 2 +- gas/testsuite/gas/ppc/aix.exp | 3 + gas/testsuite/gas/ppc/xcoff-file-32.d | 13 ++ gas/testsuite/gas/ppc/xcoff-file-64.d | 13 ++ gas/testsuite/gas/ppc/xcoff-file.s | 1 + gdb/breakpoint.c | 14 +-- .../gdb.base/dprintf-execution-x-script.c | 53 ++++++++ .../gdb.base/dprintf-execution-x-script.exp | 85 +++++++++++++ .../gdb.base/dprintf-execution-x-script.gdb | 21 ++++ include/coff/internal.h | 25 ++-- include/coff/rs6000.h | 1 + include/coff/xcoff.h | 6 + 23 files changed, 474 insertions(+), 132 deletions(-) create mode 100644 gas/testsuite/gas/ppc/xcoff-file-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-file-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-file.s create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.c create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.exp create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.gdb