This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from 8f86ae1a18 gdb: remove unnecessary struct typedef in sparc64-tdep.c adds 8bbf03947d gdbserver/linux-ia64-low: fix a build-breaking typo adds 9bf058f094 Fix IA64 GNU/Linux build adds 56770bdab2 Sync config with GCC adds 59f7bd8d2b gdb: fix -Wtautological-overlap-compare warning in mips-linu [...] adds 2dab0c7ba0 Remove ALL_UIS adds d0e39ea27c gdb: add type::name / type::set_name adds 7d93a1e0b6 gdb: remove TYPE_NAME macro adds 7cfd74cfc6 Fix gdb.multi/multi-re-run.exp with native-gdbserver adds 966dc1a27c Automatic date update in version.in adds 7f32a4d5ae Stop considering hw and sw breakpoint locations duplicates ( [...] adds 83d27139ca binutils: Add myself as maintainer for OpenRISC adds 07a78c5956 Automatic date update in version.in adds 503648e41e Don't handle lret/iret when -mlfence-before-ret=[or|not|shl| [...] adds d402189f2f Re: Fix tight loop on recursively-defined symbols adds 5e365e474b Prevent a potential use-after-fee memory corruption bug in t [...] adds ca859a8939 Fix the BFD library to handle Windows pathnames with more th [...] adds 7a87e9c805 ECOFF slurp_relocs thinko adds e6ddf2af20 Updated translations for the gprof and ld sub-directories adds 6e0c75f7c4 [PATCH] ld: fix s/claimi/claim/ typo adds 3edf7b9f2c Show AIX gc'd symbol address adjustments in map file adds 1d72769534 [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching [...] adds ed02cdb5b7 Fix a use-after-free bug in the BFD library when scanning a [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 17 + bfd/bfdio.c | 13 +- bfd/ecoff.c | 6 +- bfd/elf.c | 9 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/MAINTAINERS | 1 + config/ChangeLog | 13 + config/cet.m4 | 5 +- gas/ChangeLog | 21 + gas/config/tc-i386.c | 20 +- gas/symbols.c | 1 + gas/testsuite/gas/i386/lfence-ret-a.d | 12 - gas/testsuite/gas/i386/lfence-ret-b.d | 16 - gas/testsuite/gas/i386/lfence-ret-c.d | 14 +- gas/testsuite/gas/i386/lfence-ret-d.d | 12 - gas/testsuite/gas/i386/lfence-ret.s | 4 - gas/testsuite/gas/i386/x86-64-lfence-ret-a.d | 19 - gas/testsuite/gas/i386/x86-64-lfence-ret-b.d | 25 - gas/testsuite/gas/i386/x86-64-lfence-ret-c.d | 19 - gas/testsuite/gas/i386/x86-64-lfence-ret-d.d | 19 - gas/testsuite/gas/i386/x86-64-lfence-ret-e.d | 19 - gas/testsuite/gas/i386/x86-64-lfence-ret.e | 3 - gas/testsuite/gas/i386/x86-64-lfence-ret.s | 6 - gdb/ChangeLog | 51 + gdb/ada-lang.c | 65 +- gdb/ada-typeprint.c | 6 +- gdb/arm-tdep.c | 4 +- gdb/ax-gdb.c | 12 +- gdb/breakpoint.c | 253 +- gdb/c-exp.y | 4 +- gdb/c-lang.c | 2 +- gdb/c-typeprint.c | 56 +- gdb/c-valprint.c | 14 +- gdb/c-varobj.c | 2 +- gdb/coffread.c | 23 +- gdb/compile/compile-c-types.c | 4 +- gdb/compile/compile-cplus-types.c | 26 +- gdb/completer.c | 2 +- gdb/cp-namespace.c | 4 +- gdb/cp-support.c | 8 +- gdb/cp-valprint.c | 8 +- gdb/csky-tdep.c | 2 +- gdb/ctfread.c | 6 +- gdb/d-namespace.c | 2 +- gdb/dwarf2/read.c | 64 +- gdb/eval.c | 14 +- gdb/expprint.c | 2 +- gdb/f-typeprint.c | 24 +- gdb/fbsd-tdep.c | 4 +- gdb/gdbtypes.c | 72 +- gdb/gdbtypes.h | 17 +- gdb/gnu-v2-abi.c | 8 +- gdb/gnu-v3-abi.c | 4 +- gdb/go-lang.c | 6 +- gdb/guile/scm-type.c | 6 +- gdb/i386-tdep.c | 8 +- gdb/ia64-linux-nat.c | 8 +- gdb/infcall.c | 10 +- gdb/infrun.c | 3 +- gdb/language.c | 4 +- gdb/linespec.c | 2 +- gdb/linux-tdep.c | 4 +- gdb/m2-lang.c | 4 +- gdb/m2-typeprint.c | 26 +- gdb/mdebugread.c | 30 +- gdb/mips-linux-tdep.c | 6 +- gdb/opencl-lang.c | 12 +- gdb/p-exp.y | 2 +- gdb/p-typeprint.c | 36 +- gdb/p-valprint.c | 12 +- gdb/python/py-type.c | 10 +- gdb/regcache.c | 2 +- gdb/riscv-tdep.c | 6 +- gdb/rs6000-tdep.c | 4 +- gdb/rust-lang.c | 86 +- gdb/stabsread.c | 58 +- gdb/symmisc.c | 2 +- gdb/symtab.c | 2 +- gdb/target-descriptions.c | 6 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.base/gdb-caching-proc.exp | 42 +- .../gdb.base/hw-sw-break-same-address.exp | 73 + gdb/testsuite/gdb.multi/multi-re-run.exp | 7 + gdb/top.c | 3 +- gdb/top.h | 10 +- gdb/valarith.c | 10 +- gdb/valops.c | 32 +- gdb/value.c | 4 +- gdb/windows-tdep.c | 10 +- gdbserver/ChangeLog | 6 + gdbserver/linux-ia64-low.cc | 8 +- gprof/ChangeLog | 4 + gprof/po/es.po | 240 +- ld/ChangeLog | 40 + ld/emultempl/aix.em | 33 +- ld/emultempl/armcoff.em | 3 +- ld/emultempl/beos.em | 3 +- ld/emultempl/elf.em | 3 +- ld/emultempl/generic.em | 3 +- ld/emultempl/linux.em | 3 +- ld/emultempl/msp430.em | 3 +- ld/emultempl/pe.em | 29 +- ld/emultempl/pep.em | 28 +- ld/emultempl/ticoff.em | 3 +- ld/emultempl/vanilla.em | 3 +- ld/ldemul.c | 8 + ld/ldemul.h | 8 + ld/ldlang.c | 8 +- ld/ldlang.h | 5 + ld/ldmain.c | 2 +- ld/po/sv.po | 6298 ++++++++++++++++---- 112 files changed, 6222 insertions(+), 2122 deletions(-) delete mode 100644 gas/testsuite/gas/i386/x86-64-lfence-ret.e create mode 100644 gdb/testsuite/gdb.base/hw-sw-break-same-address.exp