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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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> adds 5d82f23764 Automatic date update in version.in new 311845694b x86: don't use opcode_length to identify pseudo prefixes new 3564871692 x86: derive mandatory prefix attribute from base opcode new 9a182d0461 x86: derive opcode length from opcode value
The 3 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 | 105 + 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/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 | 71 + gas/config/tc-i386-intel.c | 17 +- gas/config/tc-i386.c | 276 +- 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 | 76 + 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 | 108 +- opcodes/i386-opc.h | 74 +- opcodes/i386-opc.tbl | 6846 ++-- opcodes/i386-tbl.h | 32266 +++++++++---------- opcodes/ia64-gen.c | 48 +- opcodes/mips-dis.c | 18 +- opcodes/s390-dis.c | 6 +- opcodes/wasm32-dis.c | 4 +- 150 files changed, 20917 insertions(+), 20388 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