This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 5b7c81bd8c Use bool in gas adds 65c5fbd4fd PR27671, Poisoning TRUE / FALSE poisons Win32 system headers adds fdb21288ca Don't include bfd/sysdep.h for gas files adds cfcbd506fb [gdb/testsuite] Ignore DEBUGINFOD_URLS adds 3f49d08059 Add some error checking to DWARF assembler adds 3570682a2c Fix typo in dwarf2/stringify.h adds 1cb108e416 PR27675, PowerPC missing extended mnemonic mfummcr2 adds 24b6dd1ecf Automatic date update in version.in adds af82f89db0 Remove two trivial functions from dwarf2/read.c adds 733f5eea6b Use startswith in gdb subfolder. adds 84838a6166 [gdb/testsuite] Fix unset of DEBUGINFOD_URLS in default_gdb_init adds 24d127aa9f Replace const_strneq with startswith. adds 3f3328b816 Use startswith more for strncmp function calls. adds d34049e8bb Use startswith in gas subfolder. adds e9b095a538 Remove strneq macro and use startswith. adds caaf412e98 Fix microblaze sim build error adds 74edb473c9 PE/Windows x86_64: Fix weak undef symbols after image base change adds bfb9f5dcfe Use importlib instead of imp module on python 3.4+ adds ac628a067a Fix obvious typo in gdb/testsuite/lib/pdtrace.in adds 3451a2d7a3 Automatic date update in version.in adds aa70e35c71 gdb: add type::is_declared_class / type::set_is_declared_class adds 3bc440a2c4 gdb: remove TYPE_DECLARED_CLASS adds 9902b32793 gdb: add type::is_flag_enum / type::set_is_flag_enum adds 0672875f3c gdb: remove TYPE_FLAG_ENUM adds 4a4f97c129 gdb: add intern methods to objfile_per_bfd_storage adds 9984dd9994 gdb: use std::string in partial_symtab::partial_symtab / all [...] adds 0072c87379 gdb: pass objfile_per_bfd_storage instead of objfile to part [...] adds 9161c89ad8 gdb: remove objfile parameter from get_objfile_bfd_data adds ca698bee0a Automatic date update in version.in adds c2783492b6 sim: unify toolchain settings adds b6b1c79084 sim: igen: merge build into top level
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 54 + bfd/bfd-in.h | 2 +- bfd/bfd-in2.h | 2 +- bfd/cofflink.c | 15 + bfd/ecoff.c | 5 +- bfd/elf-bfd.h | 2 +- bfd/elf.c | 21 +- bfd/elf32-arc.c | 2 +- bfd/elf32-m32r.c | 4 +- bfd/elf32-microblaze.c | 2 +- bfd/elf32-nds32.c | 13 +- bfd/elf32-or1k.c | 2 +- bfd/elf32-ppc.c | 6 +- bfd/elf32-rx.c | 6 +- bfd/elf32-spu.c | 26 +- bfd/elf32-tilepro.c | 2 +- bfd/elf32-xtensa.c | 2 +- bfd/elf64-ppc.c | 6 +- bfd/elflink.c | 10 +- bfd/elfnn-riscv.c | 2 +- bfd/elfxx-riscv.c | 4 +- bfd/elfxx-tilegx.c | 2 +- bfd/opncls.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 29 + binutils/dllwrap.c | 8 +- binutils/dwarf.c | 8 +- binutils/elfcomm.c | 7 +- binutils/elfcomm.h | 2 - binutils/objcopy.c | 20 +- binutils/objdump.c | 2 +- binutils/readelf.c | 116 +- gas/ChangeLog | 156 + gas/as.c | 5 +- gas/config/bfin-lex-wrapper.c | 4 +- gas/config/bfin-lex.l | 2 - gas/config/m68k-parse.y | 18 +- gas/config/obj-aout.c | 4 +- gas/config/obj-coff.c | 5 +- gas/config/obj-elf.c | 40 +- gas/config/obj-evax.c | 2 +- gas/config/obj-macho.c | 4 +- gas/config/tc-aarch64.c | 11 +- gas/config/tc-alpha.c | 30 +- gas/config/tc-arc.c | 10 +- gas/config/tc-arm.c | 23 +- gas/config/tc-avr.c | 8 +- gas/config/tc-cr16.c | 26 +- gas/config/tc-crx.c | 1 - gas/config/tc-csky.c | 6 +- gas/config/tc-d30v.c | 2 +- gas/config/tc-dlx.c | 4 +- gas/config/tc-epiphany.c | 4 +- gas/config/tc-h8300.c | 11 +- gas/config/tc-hppa.c | 26 +- gas/config/tc-i386.c | 14 +- gas/config/tc-ia64.c | 23 +- gas/config/tc-m32c.c | 4 +- gas/config/tc-m68hc11.c | 34 +- gas/config/tc-m68k.c | 12 +- gas/config/tc-mcore.c | 2 +- gas/config/tc-metag.c | 5 +- gas/config/tc-microblaze.c | 13 +- gas/config/tc-mips.c | 61 +- gas/config/tc-mmix.c | 2 +- gas/config/tc-mn10300.c | 4 +- gas/config/tc-msp430.c | 30 +- gas/config/tc-nds32.c | 2 +- gas/config/tc-nds32.h | 2 +- gas/config/tc-nios2.c | 45 +- gas/config/tc-ns32k.c | 18 +- gas/config/tc-pdp11.c | 64 +- gas/config/tc-pj.c | 4 +- gas/config/tc-ppc.c | 12 +- gas/config/tc-s12z.c | 24 +- gas/config/tc-s390.c | 4 +- gas/config/tc-score.c | 7 +- gas/config/tc-score7.c | 7 +- gas/config/tc-sh.h | 4 +- gas/config/tc-sparc.c | 82 +- gas/config/tc-tic54x.c | 4 +- gas/config/tc-tic6x.c | 3 +- gas/config/tc-v850.c | 26 +- gas/config/tc-vax.c | 2 +- gas/config/tc-wasm32.c | 8 +- gas/config/tc-xstormy16.c | 2 +- gas/config/tc-xtensa.c | 14 +- gas/config/xtensa-relax.c | 10 +- gas/dw2gencfi.c | 7 +- gas/dwarf2dbg.c | 2 +- gas/ehopt.c | 6 +- gas/input-file.c | 4 +- gas/itbl-lex-wrapper.c | 4 +- gas/itbl-lex.l | 1 - gas/listing.c | 32 +- gas/read.c | 2 +- gas/write.c | 7 +- gdb/ChangeLog | 83 + gdb/c-exp.y | 2 +- gdb/c-typeprint.c | 8 +- gdb/compile/compile-cplus-types.c | 6 +- gdb/cp-name-parser.y | 68 +- gdb/ctfread.c | 6 +- gdb/d-exp.y | 2 +- gdb/dbxread.c | 4 +- gdb/dwarf2/read.c | 71 +- gdb/dwarf2/read.h | 4 +- gdb/dwarf2/stringify.h | 2 +- gdb/gdbtypes.c | 6 +- gdb/gdbtypes.h | 49 +- gdb/m2-exp.y | 4 +- gdb/macroexp.c | 2 +- gdb/mdebugread.c | 6 +- gdb/mi/mi-main.c | 8 +- gdb/objfiles.c | 12 +- gdb/objfiles.h | 38 +- gdb/psympriv.h | 23 +- gdb/psymtab.c | 22 +- gdb/python/lib/gdb/__init__.py | 6 +- gdb/rust-exp.y | 2 +- gdb/symfile.c | 11 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/lib/dwarf.exp | 85 +- gdb/testsuite/lib/gdb.exp | 4 + gdb/testsuite/lib/pdtrace.in | 2 +- gdb/valops.c | 2 +- gdb/valprint.c | 2 +- gdb/xcoffread.c | 4 +- include/ChangeLog | 4 + include/opcode/cr16.h | 1 - ld/ChangeLog | 13 + ld/ldbuildid.c | 7 +- ld/testsuite/ld-pe/pe.exp | 1 + ld/testsuite/ld-pe/pr26659-weak-undef-sym.d | 32 + ld/testsuite/ld-pe/pr26659-weak-undef-sym.s | 38 + opcodes/ChangeLog | 13 + opcodes/arm-dis.c | 5 - opcodes/cr16-dis.c | 2 +- opcodes/ppc-opc.c | 2 + opcodes/score-dis.c | 8 - opcodes/score7-dis.c | 4 - sim/ChangeLog | 17 + sim/Makefile.am | 13 +- sim/Makefile.in | 342 ++- sim/aarch64/ChangeLog | 4 + sim/aarch64/aclocal.m4 | 1 + sim/aarch64/configure | 310 +- sim/aclocal.m4 | 1 + sim/arm/ChangeLog | 4 + sim/arm/aclocal.m4 | 1 + sim/arm/configure | 310 +- sim/avr/ChangeLog | 4 + sim/avr/aclocal.m4 | 1 + sim/avr/configure | 310 +- sim/bfin/ChangeLog | 4 + sim/bfin/aclocal.m4 | 1 + sim/bfin/configure | 310 +- sim/bpf/ChangeLog | 4 + sim/bpf/aclocal.m4 | 1 + sim/bpf/configure | 310 +- sim/common/ChangeLog | 5 + sim/common/Make-common.in | 3 +- sim/configure | 4430 +++++++++++++-------------- sim/configure.ac | 31 +- sim/cr16/ChangeLog | 4 + sim/cr16/aclocal.m4 | 1 + sim/cr16/configure | 310 +- sim/cris/ChangeLog | 4 + sim/cris/aclocal.m4 | 1 + sim/cris/configure | 310 +- sim/d10v/ChangeLog | 4 + sim/d10v/aclocal.m4 | 1 + sim/d10v/configure | 310 +- sim/erc32/ChangeLog | 4 + sim/erc32/aclocal.m4 | 1 + sim/erc32/configure | 310 +- sim/frv/ChangeLog | 4 + sim/frv/aclocal.m4 | 1 + sim/frv/configure | 310 +- sim/ft32/ChangeLog | 4 + sim/ft32/aclocal.m4 | 1 + sim/ft32/configure | 310 +- sim/h8300/ChangeLog | 4 + sim/h8300/aclocal.m4 | 1 + sim/h8300/configure | 310 +- sim/igen/ChangeLog | 13 + sim/igen/Makefile.in | 176 -- sim/igen/configure | 4068 ------------------------ sim/igen/configure.ac | 27 - sim/igen/local.mk | 89 + sim/iq2000/ChangeLog | 4 + sim/iq2000/aclocal.m4 | 1 + sim/iq2000/configure | 310 +- sim/lm32/ChangeLog | 4 + sim/lm32/aclocal.m4 | 1 + sim/lm32/configure | 310 +- sim/m32c/ChangeLog | 4 + sim/m32c/aclocal.m4 | 1 + sim/m32c/configure | 310 +- sim/m32r/ChangeLog | 4 + sim/m32r/aclocal.m4 | 1 + sim/m32r/configure | 310 +- sim/m4/sim_ac_common.m4 | 51 +- sim/m4/sim_ac_toolchain.m4 | 70 + sim/m68hc11/ChangeLog | 4 + sim/m68hc11/aclocal.m4 | 1 + sim/m68hc11/configure | 310 +- sim/mcore/ChangeLog | 4 + sim/mcore/aclocal.m4 | 1 + sim/mcore/configure | 310 +- sim/microblaze/ChangeLog | 8 + sim/microblaze/aclocal.m4 | 1 + sim/microblaze/configure | 310 +- sim/microblaze/interp.c | 2 +- sim/mips/ChangeLog | 9 + sim/mips/Makefile.in | 7 - sim/mips/aclocal.m4 | 1 + sim/mips/configure | 310 +- sim/mn10300/ChangeLog | 9 + sim/mn10300/Makefile.in | 4 - sim/mn10300/aclocal.m4 | 1 + sim/mn10300/configure | 310 +- sim/moxie/ChangeLog | 4 + sim/moxie/aclocal.m4 | 1 + sim/moxie/configure | 310 +- sim/msp430/ChangeLog | 4 + sim/msp430/aclocal.m4 | 1 + sim/msp430/configure | 310 +- sim/or1k/ChangeLog | 4 + sim/or1k/aclocal.m4 | 1 + sim/or1k/configure | 310 +- sim/pru/ChangeLog | 4 + sim/pru/aclocal.m4 | 1 + sim/pru/configure | 310 +- sim/riscv/ChangeLog | 4 + sim/riscv/aclocal.m4 | 1 + sim/riscv/configure | 310 +- sim/rl78/ChangeLog | 4 + sim/rl78/aclocal.m4 | 1 + sim/rl78/configure | 310 +- sim/rx/ChangeLog | 4 + sim/rx/aclocal.m4 | 1 + sim/rx/configure | 310 +- sim/sh/ChangeLog | 4 + sim/sh/aclocal.m4 | 1 + sim/sh/configure | 310 +- sim/v850/ChangeLog | 9 + sim/v850/Makefile.in | 4 - sim/v850/aclocal.m4 | 1 + sim/v850/configure | 310 +- 250 files changed, 8893 insertions(+), 12018 deletions(-) create mode 100644 ld/testsuite/ld-pe/pr26659-weak-undef-sym.d create mode 100644 ld/testsuite/ld-pe/pr26659-weak-undef-sym.s delete mode 100644 sim/igen/Makefile.in delete mode 100755 sim/igen/configure delete mode 100644 sim/igen/configure.ac create mode 100644 sim/igen/local.mk create mode 100644 sim/m4/sim_ac_toolchain.m4