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 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 adds a32a7fdc94 Automatic date update in version.in adds 043bcbaf81 [gdb/testsuite] Fix xfail handling in gdb.threads/gcore-thread.exp adds d811a7cf74 [gdb/tui] Fix len_without_escapes in tui-disasm.c adds bd3d1480a8 ld: warn about PE base relocations to sections above .reloc adds da0835aebe gas: missing (re-)initialization of local variable in fixup_ [...] new eac4eb8ecb Fix a problem assembling AArch64 sources when a relocation i [...] new 340d00fb78 [gdb/breakpoints] Workaround missing line-table entry new 4db29512ce C99 NEWS and README new a2e6677373 Return symbol from symbol_at_address_func
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 | 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 | 50 + binutils/Makefile.in | 3 +- binutils/NEWS | 2 + binutils/README | 33 +- 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 | 10 +- 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 | 56 + gas/Makefile.in | 1 - gas/as.c | 4 +- gas/as.h | 48 +- gas/asintl.h | 20 +- gas/config.in | 98 -- gas/config/tc-aarch64.c | 320 ++-- 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 - gas/testsuite/gas/aarch64/pr27217.d | 15 + gas/testsuite/gas/aarch64/pr27217.s | 16 + gas/write.c | 3 +- gdb/ChangeLog | 17 + gdb/avr-tdep.c | 2 +- gdb/infcmd.c | 14 + gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.opt/inline-cmds.exp | 17 +- gdb/testsuite/gdb.threads/gcore-thread.exp | 20 +- gdb/tui/tui-disasm.c | 7 +- gprof/ChangeLog | 9 + gprof/configure | 1883 +++++++------------- gprof/configure.ac | 5 +- gprof/gconfig.in | 7 +- gprof/gprof.c | 4 +- gprof/gprof.h | 8 +- include/ChangeLog | 5 + include/dis-asm.h | 10 +- ld/ChangeLog | 20 + ld/config.in | 37 +- ld/configure | 2229 +++++++---------------- ld/configure.ac | 50 +- ld/ld.h | 22 +- ld/ldmain.c | 4 +- ld/pe-dll.c | 11 +- ld/sysdep.h | 37 +- opcodes/ChangeLog | 18 + opcodes/cgen-opc.c | 1 - opcodes/config.in | 6 - opcodes/configure | 1876 +++++++------------- opcodes/configure.ac | 4 - opcodes/dis-buf.c | 6 +- opcodes/i386-opc.h | 3 - opcodes/s12z-dis.c | 25 +- opcodes/sysdep.h | 18 +- opcodes/wasm32-dis.c | 2 - sim/erc32/ChangeLog | 5 + sim/erc32/configure | 2 +- sim/erc32/configure.ac | 2 +- 107 files changed, 4610 insertions(+), 10754 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/pr27217.d create mode 100644 gas/testsuite/gas/aarch64/pr27217.s