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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 71bed2dba6 Add completion for Ada catch commands adds a97c8e5636 Document lazy computation for pretty-printer "children" method adds a9eac7f9b4 cc-with-tweaks: show dwz stderr and verify result adds 1367480341 Fix GDB build when using --disable-gdbmi adds e173ea00c2 Fix problem with ICF where diffs in EH frame info is ignored. adds 55cb8bb5a8 Automatic date update in version.in adds 0067be51e9 PowerPC objdump -Mraw adds 387e762476 Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6 adds 21c219fd5b Document the GDB 8.3 release in gdb/ChangeLog new 1ace968ad5 Automatic date update in version.in
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 +- gas/ChangeLog | 10 + gas/config/tc-mips.c | 20 +- gas/testsuite/gas/mips/add.s | 2 - gas/testsuite/gas/mips/daddi.s | 3 +- gas/testsuite/gas/mips/mips.exp | 1 + gas/testsuite/gas/mips/mipsr6@add.d | 15 +- gas/testsuite/gas/mips/{daddi.d => mipsr6@dadd.d} | 11 +- gdb/ChangeLog | 27 +++ gdb/breakpoint.c | 8 +- gdb/breakpoint.h | 5 + gdb/contrib/cc-with-tweaks.sh | 34 ++- gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 6 + gdb/mi/mi-main.c | 20 +- gdb/mi/mi-main.h | 8 - gdb/mi/mi-out.c | 4 +- gdb/ui-out.h | 7 +- gold/ChangeLog | 23 ++ gold/gc.h | 3 +- gold/icf.cc | 270 ++++++++++++++++++--- gold/icf.h | 30 +++ gold/options.h | 2 +- gold/testsuite/Makefile.am | 10 + gold/testsuite/Makefile.in | 19 +- .../testsuite/{icf_test.cc => icf_test_pr21066.cc} | 44 ++-- .../testsuite/{icf_test.sh => icf_test_pr21066.sh} | 22 +- opcodes/ChangeLog | 10 + opcodes/mips-opc.c | 8 +- opcodes/ppc-dis.c | 8 +- 30 files changed, 518 insertions(+), 119 deletions(-) copy gas/testsuite/gas/mips/{daddi.d => mipsr6@dadd.d} (61%) copy gold/testsuite/{icf_test.cc => icf_test_pr21066.cc} (59%) copy gold/testsuite/{icf_test.sh => icf_test_pr21066.sh} (62%)