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 e93388417c Provide an inline startswith function in bfd.h adds 1808ba4b9a Automatic date update in version.in adds 2aaf2ce843 bfd: add translation wrappers to PE image section RVA diagnostics adds d171632faa gdbserver: convert the global dll list into a process_info field adds 1e7fcccb8d gdb/testsuite: use the correct .debug_str section name for D [...] adds 08dedd6631 Add startswith function and use it instead of CONST_STRNEQ. adds 46fec6428e gdb/objc: make objc_demangle a member function of objc_language adds 702cf3f5df gdb: handle invalid DWARF when compilation unit is missing adds 12af5ebd82 Automatic date update in version.in adds f596b03f55 bfd: avoid "shadowing" of glibc function name adds a152332d17 x86: unbreak certain MPX insn operand forms adds 70e958370c x86: don't open-code PREFIX_NONE adds fadf6add30 gdb: remove unpush_target free function adds 02980c5645 gdb: remove push_target free functions adds c8fbd44a01 gdb: remove target_is_pushed free function adds 66848ebca8 gdb: remote target_longname adds 441f6aca39 x86: split opcode prefix and opcode space representation adds dac10fb0d1 x86: re-order two fields of struct insn_template adds b933fa4b5d x86: re-number PREFIX_0X<nn>
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 111 + bfd/archive.c | 18 +- bfd/archive64.c | 4 +- bfd/bfd-in.h | 12 +- bfd/bfd-in2.h | 12 +- bfd/bfd.c | 8 +- bfd/coff-stgo32.c | 4 +- bfd/coffcode.h | 58 +- bfd/coffgen.c | 16 +- bfd/cofflink.c | 12 +- bfd/compress.c | 4 +- bfd/dwarf2.c | 10 +- bfd/ecoff.c | 2 +- bfd/elf-m10300.c | 4 +- bfd/elf.c | 6 +- bfd/elf32-arm.c | 12 +- bfd/elf32-bfin.c | 4 +- bfd/elf32-cr16.c | 4 +- bfd/elf32-cris.c | 4 +- bfd/elf32-csky.c | 2 +- bfd/elf32-hppa.c | 2 +- bfd/elf32-iq2000.c | 6 +- bfd/elf32-lm32.c | 2 +- bfd/elf32-m32r.c | 2 +- bfd/elf32-m68k.c | 4 +- bfd/elf32-metag.c | 2 +- bfd/elf32-msp430.c | 4 +- bfd/elf32-nios2.c | 2 +- bfd/elf32-or1k.c | 2 +- bfd/elf32-ppc.c | 2 +- bfd/elf32-s390.c | 2 +- bfd/elf32-score.c | 6 +- bfd/elf32-score7.c | 6 +- bfd/elf32-sh.c | 2 +- bfd/elf32-tic6x.c | 6 +- bfd/elf32-vax.c | 4 +- bfd/elf32-xtensa.c | 22 +- bfd/elf64-alpha.c | 6 +- bfd/elf64-hppa.c | 4 +- bfd/elf64-ia64-vms.c | 14 +- bfd/elf64-mmix.c | 2 +- bfd/elf64-ppc.c | 2 +- bfd/elf64-s390.c | 2 +- bfd/elflink.c | 14 +- bfd/elfnn-aarch64.c | 2 +- bfd/elfnn-ia64.c | 10 +- bfd/elfxx-mips.c | 52 +- bfd/elfxx-sparc.c | 2 +- bfd/elfxx-x86.c | 4 +- bfd/hpux-core.c | 2 +- bfd/libcoff.h | 2 +- bfd/linker.c | 8 +- bfd/mmo.c | 2 +- bfd/osf-core.c | 2 +- bfd/peXXigen.c | 4 +- bfd/pef.c | 2 +- bfd/pei-x86_64.c | 2 +- bfd/som.c | 6 +- bfd/version.h | 2 +- bfd/wasm-module.c | 2 +- binutils/ChangeLog | 14 + binutils/dlltool.c | 4 +- binutils/emul_aix.c | 8 +- binutils/objcopy.c | 2 +- binutils/objdump.c | 2 +- binutils/prdbg.c | 8 +- binutils/readelf.c | 2 +- binutils/stabs.c | 12 +- gas/ChangeLog | 39 + gas/config/tc-i386-intel.c | 8 +- gas/config/tc-i386.c | 115 +- gas/config/tc-sparc.c | 4 +- gas/testsuite/gas/i386/x86-64-mpx.d | 29 +- gas/testsuite/gas/i386/x86-64-mpx.s | 17 +- gdb/ChangeLog | 50 + gdb/aix-thread.c | 4 +- gdb/arm-tdep.c | 6 +- gdb/bsd-kvm.c | 4 +- gdb/bsd-uthread.c | 4 +- gdb/corelow.c | 4 +- gdb/darwin-nat.c | 4 +- gdb/dwarf2/read.c | 21 +- gdb/exec.c | 6 +- gdb/gnu-nat.c | 9 +- gdb/go32-nat.c | 4 +- gdb/inf-child.c | 4 +- gdb/inf-ptrace.c | 16 +- gdb/inferior.c | 2 +- gdb/inferior.h | 7 + gdb/infrun.c | 6 +- gdb/linux-thread-db.c | 8 +- gdb/nto-procfs.c | 8 +- gdb/objc-lang.c | 139 +- gdb/objc-lang.h | 2 - gdb/procfs.c | 8 +- gdb/ravenscar-thread.c | 4 +- gdb/record-btrace.c | 4 +- gdb/record-full.c | 6 +- gdb/record.c | 2 +- gdb/regcache.c | 2 +- gdb/remote-sim.c | 6 +- gdb/remote.c | 4 +- gdb/scoped-mock-context.h | 2 +- gdb/sol-thread.c | 6 +- gdb/target.c | 42 +- gdb/target.h | 15 +- gdb/testsuite/ChangeLog | 12 + .../dw2-missing-cu-tag.c} | 7 +- gdb/testsuite/gdb.dwarf2/dw2-missing-cu-tag.exp | 76 + .../dw2-using-debug-str.c} | 10 +- gdb/testsuite/gdb.dwarf2/dw2-using-debug-str.exp | 101 + gdb/testsuite/lib/dwarf.exp | 2 +- gdb/tracectf.c | 2 +- gdb/tracefile-tfile.c | 6 +- gdb/windows-nat.c | 6 +- gdbserver/ChangeLog | 17 + gdbserver/dll.cc | 45 +- gdbserver/dll.h | 9 +- gdbserver/inferiors.h | 7 + gdbserver/remote-utils.cc | 4 +- gdbserver/server.cc | 8 +- ld/ChangeLog | 25 + ld/emultempl/aix.em | 2 +- ld/emultempl/beos.em | 6 +- ld/emultempl/elf.em | 12 +- ld/emultempl/pe.em | 2 +- ld/emultempl/pep.em | 2 +- ld/emultempl/xtensaelf.em | 4 +- ld/ldctor.c | 2 +- ld/ldelf.c | 16 +- ld/ldfile.c | 2 +- ld/ldlang.c | 2 +- ld/ldmain.c | 6 +- ld/ldwrite.c | 4 +- ld/lexsup.c | 2 +- ld/pe-dll.c | 4 +- opcodes/ChangeLog | 44 + opcodes/aarch64-dis.c | 10 +- opcodes/arc-dis.c | 2 +- opcodes/arm-dis.c | 14 +- opcodes/cris-dis.c | 8 +- opcodes/h8300-dis.c | 2 +- opcodes/i386-dis.c | 24 +- opcodes/i386-gen.c | 9 +- opcodes/i386-opc.h | 52 +- opcodes/i386-opc.tbl | 4291 ++-- opcodes/i386-tbl.h | 24236 +++++++++---------- opcodes/ia64-gen.c | 48 +- opcodes/mips-dis.c | 18 +- opcodes/s390-dis.c | 6 +- opcodes/wasm32-dis.c | 4 +- 151 files changed, 15436 insertions(+), 14939 deletions(-) copy gdb/testsuite/{gdb.base/inferior-noarg.c => gdb.dwarf2/dw2-missing-cu-tag.c} (82%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-missing-cu-tag.exp copy gdb/testsuite/{gdb.base/inferior-noarg.c => gdb.dwarf2/dw2-using-debug-str.c} (77%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-using-debug-str.exp