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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: 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 | 10 + .../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 +- 85 files changed, 805 insertions(+), 707 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