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 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 [...] adds 3ce8f1ed68 Automatic date update in version.in adds ec4fcab0ee MIPS/GAS: Remove stale `prev_reloc_op_frag' variable adds bd460ecb31 [gdb/testsuite] Don't leak env vars in gdb.debuginfod/fetch_ [...] adds f0f9e75a82 [gdb/testsuite] Make inline-locals.c deterministic adds 185a798e66 Revert "x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s" adds e9bdc5108c [gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-8 adds 84dc5f0b5c Updated Swedish translation for the binutils sub-directory adds 2b42b0415a Fix Unreasonable arch and cpu conflict warning for ther CSky [...] adds bf4ba07ca6 Revert "x86: Don't display eiz with no scale" adds 1de14d77bb Enable multi-process mode in the NetBSD native target. adds 803d0592ab [gdb/testsuite] Fix step-reverse.c with gcc-10 adds 6d3d6e4ba7 [gdb/testsuite] Fix gdb.reverse/solib-{precsave,reverse}.exp [...] adds d1fd641e0b gdb: handle undefined properties in ada_discrete_type_{low,h [...] adds 05c309a8ae gdb, gdbserver: make stopped_pids global variables static adds f7306dac19 gdb/python: Reuse gdb.RegisterDescriptor objects where possible adds baf8791efb gdb/python: Reuse gdb.RegisterGroup objects where possible new 98f5f7740a Automatic date update in version.in new 272bb05cc5 Add a new gdbarch hook to report additional signal information. new ad97bfc533 Report architecture-specific signal information for core files. new 77bdfeb2e6 Migrate the x86 MPX handle_segmentation_fault hook to report [...] new 0e42f66a30 Migrate the sparc64 ADI handle_segmentation_fault hook to re [...] new 4cec0c6689 Retire the now-unused gdbarch handle_segmentation_fault hook.
The 6 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/ChangeLog | 4 + bfd/elflink.c | 3 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/sv.po | 3976 ++++++++++---------- gas/ChangeLog | 27 + gas/config/tc-csky.c | 6 +- gas/config/tc-mips.c | 13 +- gas/testsuite/gas/i386/evex-no-scale-32.d | 2 + gas/testsuite/gas/i386/evex-no-scale-32.s | 7 - gas/testsuite/gas/i386/evex-no-scale-64.d | 4 +- .../i386/{evex-no-scale-64.s => evex-no-scale.s} | 9 + gas/testsuite/gas/i386/i386.exp | 4 +- gas/testsuite/gas/i386/x86-64-addr32-intel.d | 12 +- gas/testsuite/gas/i386/x86-64-addr32.d | 12 +- gdb/ChangeLog | 146 + gdb/NEWS | 10 + gdb/ada-lang.c | 32 +- gdb/amd64-linux-tdep.c | 3 +- gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/corelow.c | 5 +- gdb/doc/ChangeLog | 14 + gdb/doc/guile.texi | 18 +- gdb/fbsd-tdep.c | 14 + gdb/fbsd-tdep.h | 5 + gdb/gdbarch.c | 34 +- gdb/gdbarch.h | 13 +- gdb/gdbarch.sh | 7 +- gdb/guile/scm-math.c | 4 +- gdb/guile/scm-ports.c | 618 ++- gdb/i386-linux-tdep.c | 11 +- gdb/i386-linux-tdep.h | 5 +- gdb/infrun.c | 20 +- gdb/linux-nat.c | 2 +- gdb/mips-fbsd-tdep.c | 16 + gdb/nbsd-nat.c | 8 + gdb/nbsd-nat.h | 1 + gdb/python/py-registers.c | 102 +- gdb/sparc64-linux-tdep.c | 12 +- gdb/testsuite/ChangeLog | 66 + gdb/testsuite/gdb.base/valgrind-infcall-2.exp | 2 +- gdb/testsuite/gdb.cp/align.exp | 13 +- .../gdb.debuginfod/fetch_src_and_symbols.exp | 209 +- gdb/testsuite/gdb.fortran/info-modules.exp | 4 +- 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.opt/inline-locals.c | 9 + gdb/testsuite/gdb.opt/inline-locals.exp | 2 +- gdb/testsuite/gdb.python/py-arch-reg-groups.exp | 19 + gdb/testsuite/gdb.python/py-arch-reg-names.exp | 19 + gdb/testsuite/gdb.reverse/solib-precsave.exp | 30 +- gdb/testsuite/gdb.reverse/solib-reverse.exp | 30 +- gdb/testsuite/gdb.reverse/step-reverse.c | 2 +- gdb/testsuite/gdb.threads/attach-slow-waitpid.exp | 7 +- gdb/testsuite/gdb.threads/omp-par-scope.c | 47 + gdbserver/ChangeLog | 4 + gdbserver/linux-low.cc | 2 +- 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 +- opcodes/ChangeLog | 4 + opcodes/i386-dis.c | 2 +- 68 files changed, 3411 insertions(+), 2333 deletions(-) delete mode 100644 gas/testsuite/gas/i386/evex-no-scale-32.s rename gas/testsuite/gas/i386/{evex-no-scale-64.s => evex-no-scale.s} (62%)