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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 new 93993f6784 libctf AC_CANONICAL_TARGET new 89753bbf81 Warn when a script redefines a symbol
The 2 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/version.h | 2 +- binutils/ChangeLog | 6 + binutils/readelf.c | 2 +- binutils/testsuite/lib/binutils-common.exp | 686 ++++++++++----------- gas/ChangeLog | 5 + gas/config/tc-riscv.c | 6 +- include/ChangeLog | 9 + include/bfdlink.h | 8 +- include/ctf-api.h | 4 + ld/ChangeLog | 7 + ld/ldexp.c | 15 +- ld/ldmain.c | 4 +- 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 +- 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 + .../{enum-symbol.lk => enum-symbol-obj.lk} | 1 - libctf/testsuite/libctf-lookup/enum-symbol.c | 115 +--- .../symtypetab-nonlinker-writeout.c | 34 + sim/ChangeLog | 6 + sim/configure | 304 +++------ sim/configure.ac | 108 +++- sim/configure.tgt | 113 ---- 39 files changed, 1341 insertions(+), 1119 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