This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from 44466e45c5 Apply a workaround to mitigate a quadratic performance hit i [...] adds 33bf4c5c10 gdb: fix typo "breapoint" -> "breakpoint" adds 01147b2082 Ensure that compressed sections that have an ELF compression [...] adds 3ee93972f9 gdb: clear regcaches at the start of regcaches selftest adds dd125343a1 gdb: refactor test_get_thread_arch_aspace_regcache adds cdd9148a19 gdb: split regcaches management selftest adds b70e516e89 gdb: handle the `ptid.is_pid ()` case in registers_changed_ptid adds 9cc9699833 Automatic date update in version.in adds 610ed3e08f fix objcopy of PE images with .buildid section adds d285ba8d06 CSKY: Support two operands form for bloop. adds e01e1cee39 Rearrange symbol_create parameters adds 3c0d9d71db gas symbol struct field renaming adds 5014c2d22b Redo gas local symbol support adds 02391b8be4 Recognize DW_LANG_C11 in readelf testsuite. adds ccf61261eb Fix problems with the AArch64 linker exposed by testing it w [...] adds 5798d69f03 sim/bfin: include config/pkg.m4 in configure.ac adds 1d4ef7201f Automatic date update in version.in adds d19c3068ab gdb: assert that we don't try to get a frame's id while it i [...] adds 3f2e969923 elf: Keep only one '@' for undefined versioned symbols adds cee12b773a Automatic date update in version.in adds b8fff44e0e ada-lex.l: Ignore register diagnostic also for g++ defaultin [...] adds fe0e921f00 PR26513, 629310abec breaks assembling PowerPC Linux kernels adds c40e66502c Disable default ELF plugins on 32-bit hppa*-*-hpux*.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 30 + bfd/bfd.c | 3 + bfd/configure | 4 +- bfd/configure.ac | 4 +- bfd/elflink.c | 22 +- bfd/elfnn-aarch64.c | 10 +- bfd/peXXigen.c | 34 +- bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/doc/binutils.texi | 8 +- binutils/nm.c | 5 +- binutils/testsuite/binutils-all/readelf.exp | 2 +- gas/ChangeLog | 251 ++++++ gas/as.c | 6 +- gas/cgen.c | 6 +- gas/config/obj-coff-seh.c | 2 +- gas/config/obj-coff.c | 7 +- gas/config/obj-coff.h | 2 +- gas/config/obj-elf.c | 7 +- gas/config/obj-macho.c | 6 +- gas/config/tc-aarch64.c | 10 +- gas/config/tc-alpha.c | 51 +- gas/config/tc-arc.c | 22 +- gas/config/tc-arm.c | 55 +- gas/config/tc-avr.c | 14 +- gas/config/tc-cr16.c | 40 +- gas/config/tc-cris.c | 21 +- gas/config/tc-crx.c | 11 +- gas/config/tc-csky.c | 35 +- gas/config/tc-d10v.c | 2 +- gas/config/tc-d30v.c | 2 +- gas/config/tc-dlx.c | 11 +- gas/config/tc-ft32.c | 2 +- gas/config/tc-h8300.c | 2 +- gas/config/tc-hppa.c | 10 +- gas/config/tc-i386.c | 28 +- gas/config/tc-ia64.c | 111 +-- gas/config/tc-iq2000.c | 5 +- gas/config/tc-m32r.c | 2 +- gas/config/tc-m68hc11.c | 7 +- gas/config/tc-m68k.c | 22 +- gas/config/tc-mcore.c | 3 +- gas/config/tc-microblaze.c | 32 +- gas/config/tc-mips.c | 30 +- gas/config/tc-mmix.c | 47 +- gas/config/tc-mn10200.c | 10 +- gas/config/tc-mn10300.c | 14 +- gas/config/tc-moxie.c | 6 +- gas/config/tc-msp430.c | 3 +- gas/config/tc-nds32.c | 45 +- gas/config/tc-nios2.c | 18 +- gas/config/tc-ns32k.c | 6 +- gas/config/tc-pdp11.c | 4 +- gas/config/tc-pj.c | 6 +- gas/config/tc-ppc.c | 60 +- gas/config/tc-pru.c | 9 +- gas/config/tc-riscv.c | 18 +- gas/config/tc-s390.c | 13 +- gas/config/tc-score.c | 18 +- gas/config/tc-score7.c | 15 +- gas/config/tc-sh.c | 4 +- gas/config/tc-sparc.c | 14 +- gas/config/tc-spu.c | 11 +- gas/config/tc-tic30.c | 16 +- gas/config/tc-tic4x.c | 16 +- gas/config/tc-tic54x.c | 121 ++- gas/config/tc-tic6x.c | 2 +- gas/config/tc-tilegx.c | 16 +- gas/config/tc-tilepro.c | 26 +- gas/config/tc-v850.c | 3 +- gas/config/tc-vax.c | 6 +- gas/config/tc-wasm32.c | 2 +- gas/config/tc-xgate.c | 18 +- gas/config/tc-xtensa.c | 13 +- gas/config/tc-z8k.c | 4 +- gas/dw2gencfi.c | 2 +- gas/dwarf2dbg.c | 18 +- gas/ecoff.c | 14 +- gas/expr.c | 2 +- gas/hash.c | 22 +- gas/hash.h | 24 +- gas/itbl-ops.c | 2 +- gas/macro.c | 86 +- gas/read.c | 16 +- gas/stabs.c | 5 +- gas/subsegs.c | 4 +- gas/symbols.c | 1173 +++++++++++++-------------- gas/symbols.h | 11 +- gas/testsuite/gas/csky/enhance_dsp.d | 1 + gas/testsuite/gas/csky/enhance_dsp.s | 1 + gas/testsuite/gas/ppc/dcbt.d | 9 + gas/testsuite/gas/ppc/dcbt.s | 2 + gas/testsuite/gas/ppc/ppc.exp | 2 + gdb/ChangeLog | 61 ++ gdb/ada-lex.l | 4 +- gdb/frame.c | 97 ++- gdb/infrun.c | 4 +- gdb/regcache.c | 327 +++++--- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/print-file-var.exp | 2 +- gdb/testsuite/gdb.trace/strace.exp | 2 +- include/ChangeLog | 5 + include/diagnostics.h | 5 + ld/ChangeLog | 13 + ld/testsuite/ld-elf/pr26302.nd | 2 +- ld/testsuite/ld-elf/pr26302.rd | 12 + ld/testsuite/ld-elf/shared.exp | 3 +- ld/testsuite/ld-elf/zlibbegin.rS | 2 +- ld/testsuite/ld-elf/zlibnormal.rS | 2 +- opcodes/ChangeLog | 9 + opcodes/aarch64-dis.c | 10 +- opcodes/csky-opc.h | 11 +- sim/bfin/ChangeLog | 4 + sim/bfin/configure | 305 ++++++- sim/bfin/configure.ac | 1 + 115 files changed, 2394 insertions(+), 1401 deletions(-) create mode 100644 gas/testsuite/gas/ppc/dcbt.d create mode 100644 gas/testsuite/gas/ppc/dcbt.s create mode 100644 ld/testsuite/ld-elf/pr26302.rd