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-aarch64-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 24c54127c5 Two minor constifications adds 391bf8918b Re: Sign-extend start and stop address inputs to objdump adds b8e07335d0 Minor "catch" documentation improvements adds 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 new 21c219fd5b Document the GDB 8.3 release in gdb/ChangeLog
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 | 7 + binutils/testsuite/binutils-all/objdump.exp | 22 +- 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 | 32 +++ gdb/ada-lang.c | 20 +- gdb/breakpoint.c | 8 +- gdb/breakpoint.h | 5 + gdb/contrib/cc-with-tweaks.sh | 34 ++- gdb/doc/ChangeLog | 11 + gdb/doc/gdb.texinfo | 16 +- gdb/doc/python.texi | 6 + gdb/mi/mi-main.c | 20 +- gdb/mi/mi-main.h | 8 - gdb/mi/mi-out.c | 4 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.ada/info_exc.exp | 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 +- 36 files changed, 584 insertions(+), 137 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%)