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-build_cross in repository toolchain/ci/binutils-gdb.
from 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 new 8c3853d9e8 readelf: Replace procesor with processor new 3e8bb3e934 sim: merge configure.tgt into configure.ac new f4f60336da libctf, include: find types of symbols by name new 03c653093d libctf: add a NEWS
The 4 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 | 8 + bfd/elfnn-riscv.c | 34 +- bfd/elfxx-riscv.c | 10 +- bfd/version.h | 2 +- binutils/ChangeLog | 24 + binutils/ar.c | 9 +- binutils/arsup.c | 13 +- binutils/bucomm.h | 2 +- binutils/objcopy.c | 42 +- binutils/readelf.c | 2 +- binutils/rename.c | 95 +-- binutils/testsuite/binutils-all/readelf.exp | 2 +- binutils/testsuite/lib/binutils-common.exp | 686 ++++++++++----------- gas/ChangeLog | 17 + gas/config/tc-riscv.c | 181 +++--- gas/doc/c-riscv.texi | 160 +++-- gas/testsuite/gas/riscv/insn.d | 26 +- gas/testsuite/gas/riscv/insn.s | 24 +- gdb/ChangeLog | 15 + gdb/nat/amd64-linux-siginfo.c | 2 +- gdb/riscv-tdep.c | 24 +- include/ChangeLog | 10 + include/ctf-api.h | 4 + include/opcode/riscv.h | 135 ++-- ld/ChangeLog | 7 + ld/testsuite/ld-i386/property-x86-isa1.d | 2 +- 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 | 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 + .../{enum-symbol.lk => enum-symbol-obj.lk} | 1 - libctf/testsuite/libctf-lookup/enum-symbol.c | 115 +--- .../symtypetab-nonlinker-writeout.c | 34 + opcodes/ChangeLog | 15 + opcodes/riscv-dis.c | 37 +- opcodes/riscv-opc.c | 34 +- sim/ChangeLog | 11 + sim/configure | 304 +++------ sim/configure.ac | 108 +++- sim/configure.tgt | 113 ---- sim/riscv/sim-main.c | 6 +- 53 files changed, 1705 insertions(+), 1548 deletions(-) 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 copy libctf/testsuite/libctf-lookup/{enum-symbol.lk => enum-symbol-obj.lk} (90%) delete mode 100644 sim/configure.tgt