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-defconfig in repository toolchain/ci/binutils-gdb.
from bda678b9e5 Update printing of optional operands during disassembly. adds 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 new 1367480341 Fix GDB build when using --disable-gdbmi new e173ea00c2 Fix problem with ICF where diffs in EH frame info is ignored. new 55cb8bb5a8 Automatic date update in version.in new 0067be51e9 PowerPC objdump -Mraw new 387e762476 Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
The 5 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 | 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%)