This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-check_cross in repository toolchain/ci/binutils-gdb.
from 53752b85ac gold: Update x32 test adds 49bcc13929 Automatic date update in version.in adds 693bec1ed6 ix86: enable more ELF tests for VxWorks adds 48ef937e91 x86: honor absolute section when emitting code adds 750e4bf70f gas: generalize comment character escaping recognition adds b3983e5f53 x86: handle SVR4 escaped binary operators adds 6e22f11784 [gdb/testsuite] Bail out after gdb_start error in gdb.thread [...] adds c06ad8b573 [gdb/testsuite] Fix valgrind-infcall-2.exp without libc debug info adds 98b3697bcd x86: Update PR gas/26263 linker tests adds b243ba58e8 [gdb/testsuite] Stabilize execution order in omp-par-scope.c adds 2f5541f384 PR26265, Spurious 'gc-sections requires ... when --init or --fini adds 39326c35dd Fix problem running a few PowerPC linker tests when the .dat [...] adds c14b491355 Skip tests requiring "alignof (void)" when compiling using clang adds 68cf161c24 guile: Add support for Guile 2.2. adds ae5369e773 guile: Add support for Guile 3.0. adds ed810cc7d3 Implement the skip_solib_resolver gdbarch hook for FreeBSD a [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/elflink.c | 3 +- bfd/version.h | 2 +- gas/ChangeLog | 40 ++ gas/app.c | 23 +- gas/config/tc-i386-intel.c | 10 + gas/config/tc-i386.c | 125 +++-- gas/testsuite/gas/i386/i386.exp | 36 +- gas/testsuite/gas/i386/sizing.s | 55 ++ gas/testsuite/gas/i386/sizing32.d | 20 + gas/testsuite/gas/i386/sizing64.d | 20 + gas/testsuite/gas/i386/svr4.d | 24 + gas/testsuite/gas/i386/svr4.s | 31 ++ gdb/ChangeLog | 68 +++ gdb/NEWS | 10 + gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/doc/ChangeLog | 14 + gdb/doc/guile.texi | 18 +- gdb/fbsd-tdep.c | 14 + gdb/fbsd-tdep.h | 5 + gdb/guile/scm-math.c | 4 +- gdb/guile/scm-ports.c | 618 ++++++++++++++++------ gdb/mips-fbsd-tdep.c | 16 + gdb/testsuite/ChangeLog | 32 ++ gdb/testsuite/gdb.base/valgrind-infcall-2.exp | 2 +- gdb/testsuite/gdb.cp/align.exp | 13 +- gdb/testsuite/gdb.guile/scm-error.exp | 2 +- gdb/testsuite/gdb.guile/source2.scm | 2 +- gdb/testsuite/gdb.guile/types-module.exp | 6 +- gdb/testsuite/gdb.threads/attach-slow-waitpid.exp | 7 +- gdb/testsuite/gdb.threads/omp-par-scope.c | 47 ++ ld/ChangeLog | 22 + ld/ldlang.c | 26 +- ld/testsuite/ld-gc/noent.d | 2 +- ld/testsuite/ld-i386/pr26263.d | 8 +- ld/testsuite/ld-powerpc/powerpc.exp | 6 +- ld/testsuite/ld-x86-64/pr26263.d | 8 +- ld/testsuite/ld-x86-64/x86-64.exp | 2 +- 39 files changed, 1076 insertions(+), 273 deletions(-) create mode 100644 gas/testsuite/gas/i386/sizing.s create mode 100644 gas/testsuite/gas/i386/sizing32.d create mode 100644 gas/testsuite/gas/i386/sizing64.d create mode 100644 gas/testsuite/gas/i386/svr4.d create mode 100644 gas/testsuite/gas/i386/svr4.s