This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 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| [...] new d402189f2f Re: Fix tight loop on recursively-defined symbols
The 1 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/version.h | 2 +- binutils/ChangeLog | 4 + binutils/MAINTAINERS | 1 + 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 | 22 ++ gdb/breakpoint.c | 253 ++++++++++++++------- gdb/testsuite/ChangeLog | 5 + .../gdb.base/hw-sw-break-same-address.exp | 73 ++++++ 22 files changed, 301 insertions(+), 269 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