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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from f3e606a3db Automatic date update in version.in adds 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
No new revisions were added by this update.
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 | 36 +++ gdb/ada-lang.c | 20 +- gdb/ada-lang.h | 2 +- gdb/ada-tasks.c | 2 +- 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/gdbthread.h | 3 +- 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/thread.c | 3 +- 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 +- 40 files changed, 594 insertions(+), 141 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%)