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-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 58373b80f3 gdb: use make_unique_xstrdup in set_inferior_io_terminal adds 30610e1520 Automatic date update in version.in adds ba9b3ef5ee RISCV changes broke 32-bit --enable-targets=all adds 85f7484a3a m68k: tag floating-point ABI used adds edf92af0fb Improve documentation of which shell is used by GDB's shell [...] adds f53b3eeb67 Fix -Wstring-compare testcase build failure adds 2a1bb84c67 x86: fix processing of -M disassembler option adds 198e1db737 ld/x86: actually invoke k1om tests adds d1c361252b x86: make I disassembler macro available for new use adds 1776e3e59c Fix --enable-libctf and --disable-static adds 094e34f221 binutils, ld: work with --disable-libctf adds fe4c2d5563 libctf: create: non-root-visible types should not appear in [...] adds 6bbf9da892 libctf: create: don't add forwards if the type added already exists adds d04a47ac53 libctf: create: ctf_add_type should hand back already-added [...] adds 8ffcdf1823 libctf: create: forwards are always in the namespace of thei [...] adds 2f6ecaed66 libctf, binutils: support CTF archives like objdump adds 2e428e7440 libctf: avoid nonportable __thread in CTF archive handling adds 866706584c libctf: work with compilers not supporting GNU C attributes adds e755667f94 libctf, elfcpp, gold: do not assume that <byteswap.h> contai [...] adds c1401ecc29 libctf: add some missing #includes. adds 8e6635bd14 libctf: support platforms with separate libintl adds 63112cd67b x86: Rename VecSIB to SIB for Intel AMX adds 79b32e73d8 x86: Correct VexSIB128 to VecSIB128 adds e978ad6249 i386-opc.tbl: Add a blank line adds b6cd5d100a x86: Process ImmExt without operands adds c0b3b3bdc6 Make test names unique in python.exp and guile.exp adds aa57a9d3b6 Automatic date update in version.in adds cfc16775b7 asan: readelf: use after free in process_archive adds 05779d57f9 Make {get,set}_inferior_io_terminal inferior methods new 6db3031e5c gdbsupport: add format attribute to print_xml_feature::add_line
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/ChangeLog | 14 ++ bfd/cpu-riscv.c | 80 +++++++++++ bfd/elf32-m68k.c | 62 ++++++++ bfd/elfxx-riscv.c | 95 ------------ bfd/version.h | 2 +- binutils/ChangeLog | 51 +++++++ binutils/Makefile.am | 5 + binutils/Makefile.in | 9 +- binutils/aclocal.m4 | 1 + binutils/config.in | 3 + binutils/configure | 39 ++++- binutils/configure.ac | 6 + binutils/doc/Makefile.in | 1 + binutils/doc/binutils.texi | 9 +- binutils/elfcomm.c | 9 +- binutils/objdump.c | 27 +++- binutils/readelf.c | 160 ++++++++++++++++----- elfcpp/ChangeLog | 9 ++ elfcpp/elfcpp_swap.h | 16 ++- gas/ChangeLog | 23 +++ gas/config/tc-i386.c | 34 +++-- gas/config/tc-m68k.c | 20 +++ gas/doc/as.texi | 16 +++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/nop-1-suffix.d | 60 ++++++++ gdb/ChangeLog | 34 +++++ gdb/Makefile.in | 8 +- gdb/acinclude.m4 | 3 + gdb/config.in | 3 + gdb/configure | 40 ++++++ gdb/configure.ac | 21 +++ gdb/ctfread.c | 13 ++ gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 7 +- gdb/fork-child.c | 4 +- gdb/infcmd.c | 29 +--- gdb/inferior.c | 15 ++ gdb/inferior.h | 19 +-- gdb/main.c | 2 +- gdb/mi/mi-cmd-env.c | 9 +- gdb/nto-procfs.c | 10 +- gdb/testsuite/ChangeLog | 30 ++++ gdb/testsuite/Makefile.in | 2 + gdb/testsuite/aclocal.m4 | 1 + gdb/testsuite/configure | 18 +++ gdb/testsuite/configure.ac | 3 + gdb/testsuite/gdb.base/ctf-constvars.exp | 2 +- gdb/testsuite/gdb.base/ctf-ptype.exp | 3 +- gdb/testsuite/gdb.cp/try_catch.cc | 5 +- gdb/testsuite/gdb.cp/try_catch.exp | 4 + gdb/testsuite/gdb.python/python.exp | 118 +++++++-------- gdb/testsuite/lib/gdb-guile.exp | 20 --- gdb/testsuite/lib/gdb-python.exp | 19 --- gdb/testsuite/lib/gdb.exp | 31 +++- gdb/windows-nat.c | 16 +-- gdbsupport/ChangeLog | 5 + gdbsupport/tdesc.h | 2 +- gold/ChangeLog | 6 + gold/config.in | 12 ++ gold/configure | 127 ++++++++++------ gold/configure.ac | 3 + include/ChangeLog | 9 ++ include/ctf-api.h | 4 + include/elf/m68k.h | 14 +- ld/ChangeLog | 50 +++++++ ld/Makefile.am | 4 + ld/Makefile.in | 5 +- ld/aclocal.m4 | 1 + ld/config.in | 3 + ld/configure | 42 +++++- ld/configure.ac | 9 ++ ld/ldelfgen.c | 14 ++ ld/ldlang.c | 35 +++++ .../mips => ld/testsuite/ld-m68k}/attr-gnu-4-0.s | 0 ld/testsuite/ld-m68k/attr-gnu-4-00.d | 4 + ld/testsuite/ld-m68k/attr-gnu-4-01.d | 8 ++ ld/testsuite/ld-m68k/attr-gnu-4-02.d | 8 ++ .../mips => ld/testsuite/ld-m68k}/attr-gnu-4-1.s | 0 ld/testsuite/ld-m68k/attr-gnu-4-10.d | 8 ++ ld/testsuite/ld-m68k/attr-gnu-4-11.d | 8 ++ ld/testsuite/ld-m68k/attr-gnu-4-12.d | 4 + .../mips => ld/testsuite/ld-m68k}/attr-gnu-4-2.s | 0 ld/testsuite/ld-m68k/attr-gnu-4-20.d | 8 ++ ld/testsuite/ld-m68k/attr-gnu-4-21.d | 4 + ld/testsuite/ld-m68k/attr-gnu-4-22.d | 8 ++ ld/testsuite/ld-m68k/m68k.exp | 10 ++ ld/testsuite/ld-x86-64/x86-64.exp | 3 + libctf/ChangeLog | 81 +++++++++++ libctf/Makefile.in | 13 ++ libctf/aclocal.m4 | 1 + libctf/config.h.in | 16 +++ libctf/configure | 120 +++++++++++++++- libctf/configure.ac | 3 + libctf/ctf-archive.c | 93 +++++++++--- libctf/ctf-create.c | 49 ++++--- libctf/ctf-impl.h | 15 +- libctf/ctf-open-bfd.c | 69 ++------- libctf/ctf-open.c | 37 ++++- libctf/libctf.ver | 1 + libctf/swap.h | 16 +-- opcodes/ChangeLog | 34 +++++ opcodes/i386-dis.c | 29 ++-- opcodes/i386-gen.c | 2 +- opcodes/i386-opc.h | 12 +- opcodes/i386-opc.tbl | 160 +++++++++++---------- 105 files changed, 1822 insertions(+), 593 deletions(-) create mode 100644 gas/testsuite/gas/i386/nop-1-suffix.d copy {gas/testsuite/gas/mips => ld/testsuite/ld-m68k}/attr-gnu-4-0.s (100%) create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-00.d create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-01.d create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-02.d copy {gas/testsuite/gas/mips => ld/testsuite/ld-m68k}/attr-gnu-4-1.s (100%) create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-10.d create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-11.d create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-12.d copy {gas/testsuite/gas/mips => ld/testsuite/ld-m68k}/attr-gnu-4-2.s (100%) create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-20.d create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-21.d create mode 100644 ld/testsuite/ld-m68k/attr-gnu-4-22.d