This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from f5b2658b0f Automatic date update in version.in adds 5b1f6c9570 ld testsuite: change unresolved to unsupported/fail adds 0d0a0d86c8 Regen for binutils/aclocal.m4 change adds 1944212b42 objdump: don't add an extra entry to syms array adds d7a7af8ff4 Modernise _bfd_elf_mips_get_relocated_section_contents adds a5e6af6d17 Automatic date update in version.in adds 8b78cbec31 alpha_ecoff_get_relocated_section_contents adds 1781a9d0f3 nds32_elf_get_relocated_section_contents adds 208599d928 objdump: don't cache section contents in load_specific_debug [...] adds 8c6740616c bfd: use $(LN_S) in favor of "cp -p" when populating pre-bui [...] adds ba2b480f10 IBM Z: Implement instruction set extensions adds 94ae6062ab Automatic date update in version.in adds 7043388668 demand_copy_C_string NUL check adds 9a12b194b0 PR27426, More bugs in dwarf2dbg.c adds 7b54caddca ubsan: shift exponent is too large adds e6ca18783f Dwarf: fix build with old gcc adds c2f1204d1f x86: make 16-bit ENQCMD test actually test ENQCMD adds b818b220e4 x86: have preprocessor expand macros adds cbe6869656 x86: make common property tests common adds 014d61ea14 x86: record register use for SIMD insns without respective e [...] adds 3d70986f21 x86: honor template rather than actual operands when updatin [...] adds 394ae71f02 x86: CVTPI2PD has special behavior adds ca1289b9f3 gas: Allow SHF_GNU_RETAIN on all sections adds 7d2e5095c6 Correction of gdb.dwarf2/pr13961.S adds 0b5500cdd5 Automatic date update in version.in adds 0d6aab7776 RISC-V: PR27200, allow the first input non-ABI binary to be [...] adds b9b204b311 read_leb128 overflow checking adds 089485ff86 h8300 complains about new section defined without attributes adds 22e6d16f9b [PR cli/17290] gdb/doc: Fix show remote interrupt-*. adds afadac6170 Automatic date update in version.in adds 6a780b6766 Fix completion related libstdc++ assert when using -D_GLIBCXX_DEBUG adds 3d73d29e4e RISC-V: Add bfd/cpu-riscv.h to support all spec versions con [...] adds b0e4d2bd9b gdb: add missing full stops in --help adds a364a116f9 ld: remove stray debug fprintf adds acde209241 gdb/testsuite: only run gdb.arch/i386-biarch-core.exp on sui [...] adds 8568422270 Fix a problem merging empty annobin notes on ppc64le targets. adds 26f53cd385 Introduce expression::evaluate adds 668c18f17f Automatic date update in version.in adds 3685de750e binutils: Avoid renaming over existing files adds 0be51eb4c3 pr26548 test adds 2f973f134d Wrong ELF class plugin vs. gcc ld version adds 5a9f5403c7 RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types [...] adds 8488c357ce amd64-linux-siginfo.c: Adjust include order to avoid gnulib error adds 0257c2ff4f Fix compile time warnings when building riscv assembler. adds ca6afb81ca Automatic date update in version.in adds c3bf9dc5aa Include ld-lib.exp from ctf-lib.exp adds 4d496013a2 Fail run_dump_test when an error is expected but not seen adds 8c3853d9e8 readelf: Replace procesor with processor adds 3e8bb3e934 sim: merge configure.tgt into configure.ac adds f4f60336da libctf, include: find types of symbols by name adds 03c653093d libctf: add a NEWS adds f9eb406771 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 78 +++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/coff-alpha.c | 26 +- bfd/cpu-riscv.c | 123 ++-- bfd/cpu-riscv.h | 81 +++ bfd/doc/Makefile.am | 44 +- bfd/doc/Makefile.in | 44 +- bfd/elf32-nds32.c | 5 +- bfd/elfnn-riscv.c | 69 ++- bfd/elfxx-mips.c | 114 +++- bfd/elfxx-riscv.c | 15 +- bfd/elfxx-riscv.h | 12 - bfd/libbfd.c | 23 +- bfd/po/SRC-POTFILES.in | 1 + bfd/version.h | 2 +- bfd/wasm-module.c | 27 +- binutils/ChangeLog | 75 +++ binutils/Makefile.in | 3 +- binutils/ar.c | 9 +- binutils/arsup.c | 13 +- binutils/bucomm.h | 2 +- binutils/doc/Makefile.in | 3 +- binutils/dwarf.c | 49 +- binutils/dwarf.h | 2 - binutils/objcopy.c | 47 +- binutils/objdump.c | 138 ++--- binutils/readelf.c | 3 +- binutils/rename.c | 95 +-- binutils/testsuite/binutils-all/compress.exp | 4 - binutils/testsuite/binutils-all/objdump.exp | 2 +- binutils/testsuite/binutils-all/pr26548.d | 13 + binutils/testsuite/binutils-all/pr26548.s | 40 ++ binutils/testsuite/binutils-all/pr26548e.d | 11 + binutils/testsuite/binutils-all/readelf.exp | 53 +- binutils/testsuite/lib/binutils-common.exp | 686 ++++++++++----------- gas/ChangeLog | 120 ++++ gas/config/obj-elf.c | 18 +- gas/config/tc-i386.c | 22 +- gas/config/tc-riscv.c | 318 ++++++---- gas/config/tc-s390.c | 2 + gas/doc/c-riscv.texi | 160 +++-- gas/doc/c-s390.texi | 7 +- gas/dwarf2dbg.c | 14 +- gas/read.c | 4 +- gas/testsuite/gas/elf/elf.exp | 2 + gas/testsuite/gas/elf/section28.d | 16 + gas/testsuite/gas/elf/section28.s | 11 + gas/testsuite/gas/elf/section29.d | 11 + gas/testsuite/gas/elf/section29.s | 4 + gas/testsuite/gas/i386/enqcmd-16bit.d | 27 +- gas/testsuite/gas/i386/enqcmd-16bit.s | 2 +- gas/testsuite/gas/i386/i386.exp | 33 +- gas/testsuite/gas/i386/property-12.d | 2 +- gas/testsuite/gas/i386/property-4.d | 2 +- gas/testsuite/gas/i386/property-5.d | 2 +- .../{x86-64-property-10.d => property-cvtpi2pd.d} | 3 +- gas/testsuite/gas/i386/property-cvtpi2pd.s | 2 + .../{x86-64-property-2.d => property-cvtpi2ps.d} | 5 +- gas/testsuite/gas/i386/property-cvtpi2ps.s | 2 + .../{x86-64-property-10.d => property-ldmxcsr.d} | 3 +- gas/testsuite/gas/i386/property-ldmxcsr.s | 2 + .../{x86-64-property-4.d => property-vldmxcsr.d} | 3 +- gas/testsuite/gas/i386/property-vldmxcsr.s | 2 + .../{x86-64-property-11.d => property-vzeroall.d} | 5 +- gas/testsuite/gas/i386/property-vzeroall.s | 2 + gas/testsuite/gas/i386/sse-check-error.l | 91 +-- gas/testsuite/gas/i386/sse-check-warn.e | 17 +- gas/testsuite/gas/i386/sse-check.d | 2 + gas/testsuite/gas/i386/sse-check.s | 4 + gas/testsuite/gas/i386/sse2avx.d | 2 + gas/testsuite/gas/i386/sse2avx.s | 2 + gas/testsuite/gas/i386/x86-64-property-12.d | 10 - gas/testsuite/gas/i386/x86-64-property-13.d | 10 - gas/testsuite/gas/i386/x86-64-property-3.d | 10 - gas/testsuite/gas/i386/x86-64-property-5.d | 10 - gas/testsuite/gas/i386/x86-64-property-6.d | 10 - gas/testsuite/gas/i386/x86-64-sse-check-error.l | 94 +-- gas/testsuite/gas/i386/x86-64-sse2avx.d | 2 + gas/testsuite/gas/i386/x86-64-sse2avx.s | 2 + gas/testsuite/gas/riscv/insn.d | 26 +- gas/testsuite/gas/riscv/insn.s | 24 +- gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-arch14.d | 31 + gas/testsuite/gas/s390/zarch-arch14.s | 24 + gdb/ChangeLog | 28 + gdb/ada-lang.c | 4 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 4 +- gdb/eval.c | 47 +- gdb/expression.h | 5 + gdb/main.c | 4 +- gdb/nat/amd64-linux-siginfo.c | 2 +- gdb/riscv-tdep.c | 24 +- gdb/testsuite/ChangeLog | 8 + gdb/testsuite/gdb.arch/i386-biarch-core.exp | 5 + gdb/testsuite/gdb.dwarf2/pr13961.S | 157 ++--- include/ChangeLog | 19 + include/ctf-api.h | 4 + include/opcode/riscv.h | 204 +++--- include/opcode/s390.h | 1 + ld/ChangeLog | 57 ++ ld/testplug.c | 5 +- ld/testsuite/ld-cdtest/cdtest.exp | 4 +- ld/testsuite/ld-checks/checks.exp | 2 +- ld/testsuite/ld-elf/binutils.exp | 10 +- ld/testsuite/ld-elf/compress.exp | 20 +- ld/testsuite/ld-elf/dwarf.exp | 6 +- ld/testsuite/ld-elf/exclude.exp | 4 +- ld/testsuite/ld-elf/frame.exp | 4 +- ld/testsuite/ld-elf/indirect.exp | 2 +- ld/testsuite/ld-elf/linux-x86.exp | 4 +- ld/testsuite/ld-elf/sec-to-seg.exp | 2 +- ld/testsuite/ld-elf/tls_common.exp | 10 +- ld/testsuite/ld-elfcomm/elfcomm.exp | 11 +- ld/testsuite/ld-elfvers/vers.exp | 16 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 22 +- ld/testsuite/ld-elfweak/elfweak.exp | 6 +- ld/testsuite/ld-i386/property-x86-isa1.d | 2 +- ld/testsuite/ld-ifunc/binutils.exp | 8 +- ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 2 +- ld/testsuite/ld-misc/defsym.exp | 6 +- ld/testsuite/ld-mn10300/mn10300.exp | 16 +- ld/testsuite/ld-plugin/lto.exp | 2 +- ld/testsuite/ld-plugin/plugin.exp | 12 +- ld/testsuite/ld-scripts/align.exp | 2 +- ld/testsuite/ld-scripts/assert.exp | 2 +- ld/testsuite/ld-scripts/crossref.exp | 10 +- ld/testsuite/ld-scripts/defined.exp | 2 +- ld/testsuite/ld-scripts/extern.exp | 2 +- ld/testsuite/ld-scripts/log2.exp | 2 +- ld/testsuite/ld-scripts/map-address.exp | 2 +- ld/testsuite/ld-scripts/phdrs.exp | 6 +- ld/testsuite/ld-scripts/phdrs2.exp | 7 +- ld/testsuite/ld-scripts/script.exp | 2 +- ld/testsuite/ld-scripts/section-flags.exp | 2 +- ld/testsuite/ld-scripts/sizeof.exp | 2 +- ld/testsuite/ld-scripts/weak.exp | 8 +- ld/testsuite/ld-selective/selective.exp | 2 +- ld/testsuite/ld-sh/sh.exp | 20 +- ld/testsuite/ld-shared/shared.exp | 16 +- ld/testsuite/ld-srec/srec.exp | 8 +- ld/testsuite/ld-tic6x/tic6x.exp | 4 +- ld/testsuite/ld-undefined/undefined.exp | 92 ++- ld/testsuite/ld-undefined/weak-undef.exp | 8 +- ld/testsuite/ld-x86-64/property-x86-isa1-x32.d | 2 +- ld/testsuite/ld-x86-64/property-x86-isa1.d | 2 +- ld/testsuite/lib/ld-lib.exp | 159 ++--- libctf/ChangeLog | 59 ++ libctf/NEWS | 26 + libctf/ctf-archive.c | 180 ++++-- libctf/ctf-impl.h | 6 +- libctf/ctf-lookup.c | 232 ++++++- libctf/ctf-open.c | 1 + libctf/libctf.ver | 6 + libctf/testsuite/config/default.exp | 1 + libctf/testsuite/lib/ctf-lib.exp | 174 +----- .../conflicting-type-syms-a.c} | 0 .../conflicting-type-syms-b.c} | 0 .../libctf-lookup/conflicting-type-syms.c | 99 +++ .../libctf-lookup/conflicting-type-syms.lk | 7 + libctf/testsuite/libctf-lookup/enum-symbol-obj.lk | 5 + libctf/testsuite/libctf-lookup/enum-symbol.c | 115 +--- .../symtypetab-nonlinker-writeout.c | 34 + opcodes/ChangeLog | 45 ++ opcodes/i386-gen.c | 11 - opcodes/i386-opc.tbl | 9 +- opcodes/i386-tbl.h | 32 +- opcodes/riscv-dis.c | 58 +- opcodes/riscv-opc.c | 121 +--- opcodes/s390-mkopc.c | 2 + opcodes/s390-opc.txt | 28 + opcodes/wasm32-dis.c | 26 +- sim/ChangeLog | 11 + sim/configure | 304 +++------ sim/configure.ac | 108 +++- sim/configure.tgt | 113 ---- sim/riscv/sim-main.c | 6 +- 178 files changed, 3410 insertions(+), 2620 deletions(-) create mode 100644 bfd/cpu-riscv.h create mode 100644 binutils/testsuite/binutils-all/pr26548.d create mode 100644 binutils/testsuite/binutils-all/pr26548.s create mode 100644 binutils/testsuite/binutils-all/pr26548e.d create mode 100644 gas/testsuite/gas/elf/section28.d create mode 100644 gas/testsuite/gas/elf/section28.s create mode 100644 gas/testsuite/gas/elf/section29.d create mode 100644 gas/testsuite/gas/elf/section29.s copy gas/testsuite/gas/i386/{x86-64-property-10.d => property-cvtpi2pd.d} (85%) create mode 100644 gas/testsuite/gas/i386/property-cvtpi2pd.s rename gas/testsuite/gas/i386/{x86-64-property-2.d => property-cvtpi2ps.d} (79%) create mode 100644 gas/testsuite/gas/i386/property-cvtpi2ps.s rename gas/testsuite/gas/i386/{x86-64-property-10.d => property-ldmxcsr.d} (85%) create mode 100644 gas/testsuite/gas/i386/property-ldmxcsr.s rename gas/testsuite/gas/i386/{x86-64-property-4.d => property-vldmxcsr.d} (86%) create mode 100644 gas/testsuite/gas/i386/property-vldmxcsr.s rename gas/testsuite/gas/i386/{x86-64-property-11.d => property-vzeroall.d} (78%) create mode 100644 gas/testsuite/gas/i386/property-vzeroall.s delete mode 100644 gas/testsuite/gas/i386/x86-64-property-12.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-13.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-3.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-5.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-6.d create mode 100644 gas/testsuite/gas/s390/zarch-arch14.d create mode 100644 gas/testsuite/gas/s390/zarch-arch14.s create mode 100644 libctf/NEWS copy libctf/testsuite/{libctf-regression/pptrtab-a.c => libctf-lookup/conflicting- [...] copy libctf/testsuite/{libctf-regression/pptrtab-b.c => libctf-lookup/conflicting- [...] create mode 100644 libctf/testsuite/libctf-lookup/conflicting-type-syms.c create mode 100644 libctf/testsuite/libctf-lookup/conflicting-type-syms.lk create mode 100644 libctf/testsuite/libctf-lookup/enum-symbol-obj.lk delete mode 100644 sim/configure.tgt