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 26da232cbd sim: example-synacor: a simple implementation for reference adds 9bcbcdf229 Automatic date update in version.in adds 5c6f091ae0 sim: mips: Add handlers to simulator monitor for unlink, lse [...] adds a2991571f0 Automatic date update in version.in adds 306b445a6d gdb: fix internal error in avr_frame_unwind_cache adds 5d4d26d14c C99 gprof configury adds 83c79df86b C99 bfd configury adds ab2af25e83 C99 opcodes configury adds 87b9f2556d C99 binutils configury adds 23d613801d C99 gas configury adds c774eab1c8 C99 ld configury adds 53e123a578 Adjust location of readline in sim/erc32
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 32 + bfd/bfd-in.h | 18 +- bfd/bfd-in2.h | 18 +- bfd/bfd.c | 28 +- bfd/config.in | 88 +- bfd/configure | 2558 +++++++++++++------------------------------- bfd/configure.ac | 36 +- bfd/elf32-m68hc1x.c | 1 - bfd/elf64-hppa.c | 1 - bfd/elflink.c | 2 - bfd/elfnn-riscv.c | 2 - bfd/hosts/x86-64linux.h | 6 - bfd/hpux-core.c | 14 +- bfd/peXXigen.c | 26 +- bfd/som.c | 1 - bfd/sysdep.h | 69 +- bfd/trad-core.c | 14 +- bfd/version.h | 2 +- bfd/wasm-module.c | 3 - bfd/xsym.c | 1 - binutils/ChangeLog | 41 + binutils/Makefile.in | 3 +- binutils/aclocal.m4 | 1 - binutils/addr2line.c | 4 +- binutils/ar.c | 4 +- binutils/bucomm.c | 9 +- binutils/coffdump.c | 4 +- binutils/config.in | 80 -- binutils/configure | 2311 +++++++++++----------------------------- binutils/configure.ac | 40 +- binutils/dlltool.c | 4 +- binutils/dllwrap.c | 4 +- binutils/doc/Makefile.in | 3 +- binutils/dwarf.c | 4 +- binutils/elfedit.c | 4 +- binutils/nm.c | 8 +- binutils/objcopy.c | 4 +- binutils/objdump.c | 4 +- binutils/readelf.c | 6 +- binutils/size.c | 4 +- binutils/srconv.c | 4 +- binutils/strings.c | 45 +- binutils/sysdep.h | 102 +- binutils/sysdump.c | 4 +- binutils/syslex.l | 7 - binutils/windmc.c | 4 +- binutils/windres.c | 4 +- gas/ChangeLog | 27 + gas/Makefile.in | 1 - gas/as.c | 4 +- gas/as.h | 48 +- gas/asintl.h | 20 +- gas/config.in | 98 -- gas/config/tc-cr16.c | 2 - gas/config/tc-d30v.c | 3 - gas/config/tc-i386.c | 10 - gas/config/tc-ia64.c | 3 - gas/config/tc-tic54x.c | 2 +- gas/configure | 2632 ++++++++++++---------------------------------- gas/configure.ac | 34 +- gas/doc/Makefile.in | 1 - gas/dwarf2dbg.c | 11 - gas/expr.c | 2 - gas/sb.c | 2 - gas/symbols.c | 2 - gdb/ChangeLog | 5 + gdb/avr-tdep.c | 2 +- gprof/ChangeLog | 9 + gprof/configure | 1883 +++++++++++---------------------- gprof/configure.ac | 5 +- gprof/gconfig.in | 7 +- gprof/gprof.c | 4 +- gprof/gprof.h | 8 +- ld/ChangeLog | 15 + ld/config.in | 37 +- ld/configure | 2229 ++++++++++++--------------------------- ld/configure.ac | 50 +- ld/ld.h | 22 +- ld/ldmain.c | 4 +- ld/sysdep.h | 37 +- opcodes/ChangeLog | 12 + opcodes/cgen-opc.c | 1 - opcodes/config.in | 6 - opcodes/configure | 1876 +++++++++++---------------------- opcodes/configure.ac | 4 - opcodes/i386-opc.h | 3 - opcodes/sysdep.h | 18 +- opcodes/wasm32-dis.c | 2 - sim/erc32/ChangeLog | 5 + sim/erc32/configure | 2 +- sim/erc32/configure.ac | 2 +- sim/mips/ChangeLog | 6 + sim/mips/interp.c | 70 +- 93 files changed, 4313 insertions(+), 10545 deletions(-)