This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 93993f6784 libctf AC_CANONICAL_TARGET adds 89753bbf81 Warn when a script redefines a symbol adds 760b3e8bc9 sim: common: split up acinclude.m4 into individual m4 files
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 72 ++ 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-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 | 63 ++ binutils/ar.c | 9 +- binutils/arsup.c | 13 +- binutils/bucomm.h | 2 +- binutils/dwarf.c | 49 +- binutils/dwarf.h | 2 - binutils/objcopy.c | 47 +- binutils/objdump.c | 85 +- 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 | 23 + include/bfdlink.h | 8 +- include/ctf-api.h | 4 + include/opcode/riscv.h | 204 ++--- include/opcode/s390.h | 1 + ld/ChangeLog | 18 + ld/ldexp.c | 15 +- ld/ldmain.c | 4 +- ld/testplug.c | 5 +- ld/testsuite/ld-i386/property-x86-isa1.d | 2 +- ld/testsuite/ld-scripts/defined5.d | 5 +- 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 | 144 ++-- libctf/ChangeLog | 66 ++ libctf/Makefile.in | 7 + libctf/NEWS | 26 + libctf/configure | 206 +++-- libctf/configure.ac | 3 + 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 | 23 + sim/aarch64/ChangeLog | 5 + sim/aarch64/aclocal.m4 | 9 +- sim/aarch64/configure | 29 +- sim/aarch64/configure.ac | 2 +- sim/arm/ChangeLog | 5 + sim/arm/aclocal.m4 | 9 +- sim/arm/configure | 29 +- sim/arm/configure.ac | 2 +- sim/avr/ChangeLog | 5 + sim/avr/aclocal.m4 | 9 +- sim/avr/configure | 29 +- sim/avr/configure.ac | 2 +- sim/bfin/ChangeLog | 5 + sim/bfin/aclocal.m4 | 11 +- sim/bfin/configure | 23 +- sim/bfin/configure.ac | 2 +- sim/bpf/ChangeLog | 5 + sim/bpf/aclocal.m4 | 13 +- sim/bpf/configure | 27 +- sim/bpf/configure.ac | 2 +- sim/common/ChangeLog | 4 + sim/common/acinclude.m4 | 875 --------------------- sim/configure | 304 +++---- sim/configure.ac | 108 ++- sim/configure.tgt | 113 --- sim/cr16/ChangeLog | 5 + sim/cr16/aclocal.m4 | 9 +- sim/cr16/configure | 29 +- sim/cr16/configure.ac | 2 +- sim/cris/ChangeLog | 5 + sim/cris/aclocal.m4 | 13 +- sim/cris/configure | 23 +- sim/cris/configure.ac | 2 +- sim/d10v/ChangeLog | 5 + sim/d10v/aclocal.m4 | 9 +- sim/d10v/configure | 29 +- sim/d10v/configure.ac | 2 +- sim/erc32/ChangeLog | 5 + sim/erc32/aclocal.m4 | 7 +- sim/erc32/configure | 35 +- sim/erc32/configure.ac | 2 +- sim/frv/ChangeLog | 5 + sim/frv/aclocal.m4 | 13 +- sim/frv/configure | 23 +- sim/frv/configure.ac | 2 +- sim/ft32/ChangeLog | 5 + sim/ft32/aclocal.m4 | 9 +- sim/ft32/configure | 29 +- sim/ft32/configure.ac | 2 +- sim/h8300/ChangeLog | 5 + sim/h8300/aclocal.m4 | 9 +- sim/h8300/configure | 29 +- sim/h8300/configure.ac | 2 +- sim/igen/ChangeLog | 5 + sim/igen/configure | 16 +- sim/igen/configure.ac | 2 +- sim/iq2000/ChangeLog | 5 + sim/iq2000/aclocal.m4 | 13 +- sim/iq2000/configure | 23 +- sim/iq2000/configure.ac | 2 +- sim/lm32/ChangeLog | 5 + sim/lm32/aclocal.m4 | 13 +- sim/lm32/configure | 23 +- sim/lm32/configure.ac | 2 +- sim/m32c/ChangeLog | 5 + sim/m32c/aclocal.m4 | 7 +- sim/m32c/configure | 35 +- sim/m32c/configure.ac | 2 +- sim/m32r/ChangeLog | 5 + sim/m32r/aclocal.m4 | 13 +- sim/m32r/configure | 23 +- sim/m32r/configure.ac | 2 +- sim/m4/sim_ac_common.m4 | 260 ++++++ sim/m4/sim_ac_option_alignment.m4 | 66 ++ .../configure.ac => m4/sim_ac_option_assert.m4} | 33 +- sim/m4/sim_ac_option_bitsize.m4 | 81 ++ sim/m4/sim_ac_option_cgen_maint.m4 | 56 ++ sim/m4/sim_ac_option_default_model.m4 | 31 + sim/m4/sim_ac_option_endian.m4 | 65 ++ sim/m4/sim_ac_option_environment.m4 | 45 ++ sim/m4/sim_ac_option_float.m4 | 47 ++ sim/m4/sim_ac_option_hardware.m4 | 81 ++ sim/m4/sim_ac_option_inline.m4 | 50 ++ sim/m4/sim_ac_option_reserved_bits.m4 | 30 + sim/m4/sim_ac_option_scache.m4 | 34 + sim/{rl78/configure.ac => m4/sim_ac_option_smp.m4} | 36 +- sim/m4/sim_ac_option_warnings.m4 | 103 +++ .../sim_ac_option_xor_endian.m4} | 35 +- sim/m4/sim_ac_output.m4 | 62 ++ sim/m68hc11/ChangeLog | 5 + sim/m68hc11/aclocal.m4 | 10 +- sim/m68hc11/configure | 23 +- sim/m68hc11/configure.ac | 2 +- sim/mcore/ChangeLog | 5 + sim/mcore/aclocal.m4 | 9 +- sim/mcore/configure | 29 +- sim/mcore/configure.ac | 2 +- sim/microblaze/ChangeLog | 5 + sim/microblaze/aclocal.m4 | 9 +- sim/microblaze/configure | 29 +- sim/microblaze/configure.ac | 2 +- sim/mips/ChangeLog | 5 + sim/mips/aclocal.m4 | 13 +- sim/mips/configure | 17 +- sim/mips/configure.ac | 2 +- sim/mn10300/ChangeLog | 5 + sim/mn10300/aclocal.m4 | 12 +- sim/mn10300/configure | 19 +- sim/mn10300/configure.ac | 2 +- sim/moxie/ChangeLog | 5 + sim/moxie/aclocal.m4 | 9 +- sim/moxie/configure | 29 +- sim/moxie/configure.ac | 2 +- sim/msp430/ChangeLog | 5 + sim/msp430/aclocal.m4 | 9 +- sim/msp430/configure | 29 +- sim/msp430/configure.ac | 2 +- sim/or1k/ChangeLog | 5 + sim/or1k/aclocal.m4 | 13 +- sim/or1k/configure | 27 +- sim/or1k/configure.ac | 2 +- sim/ppc/configure.ac | 2 +- sim/pru/ChangeLog | 5 + sim/pru/aclocal.m4 | 9 +- sim/pru/configure | 29 +- sim/pru/configure.ac | 2 +- sim/riscv/ChangeLog | 5 + sim/riscv/aclocal.m4 | 11 +- sim/riscv/configure | 27 +- sim/riscv/configure.ac | 2 +- sim/riscv/sim-main.c | 6 +- sim/rl78/ChangeLog | 5 + sim/rl78/aclocal.m4 | 7 +- sim/rl78/configure | 35 +- sim/rl78/configure.ac | 2 +- sim/rx/ChangeLog | 5 + sim/rx/aclocal.m4 | 7 +- sim/rx/configure | 35 +- sim/rx/configure.ac | 2 +- sim/sh/ChangeLog | 5 + sim/sh/aclocal.m4 | 9 +- sim/sh/configure | 29 +- sim/sh/configure.ac | 2 +- sim/v850/ChangeLog | 5 + sim/v850/aclocal.m4 | 11 +- sim/v850/configure | 25 +- sim/v850/configure.ac | 2 +- 284 files changed, 5342 insertions(+), 3699 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/common/acinclude.m4 delete mode 100644 sim/configure.tgt create mode 100644 sim/m4/sim_ac_common.m4 create mode 100644 sim/m4/sim_ac_option_alignment.m4 copy sim/{pru/configure.ac => m4/sim_ac_option_assert.m4} (53%) create mode 100644 sim/m4/sim_ac_option_bitsize.m4 create mode 100644 sim/m4/sim_ac_option_cgen_maint.m4 create mode 100644 sim/m4/sim_ac_option_default_model.m4 create mode 100644 sim/m4/sim_ac_option_endian.m4 create mode 100644 sim/m4/sim_ac_option_environment.m4 create mode 100644 sim/m4/sim_ac_option_float.m4 create mode 100644 sim/m4/sim_ac_option_hardware.m4 create mode 100644 sim/m4/sim_ac_option_inline.m4 create mode 100644 sim/m4/sim_ac_option_reserved_bits.m4 create mode 100644 sim/m4/sim_ac_option_scache.m4 copy sim/{rl78/configure.ac => m4/sim_ac_option_smp.m4} (53%) create mode 100644 sim/m4/sim_ac_option_warnings.m4 copy sim/{rl78/configure.ac => m4/sim_ac_option_xor_endian.m4} (51%) create mode 100644 sim/m4/sim_ac_output.m4