This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os 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 adds 21c219fd5b Document the GDB 8.3 release in gdb/ChangeLog adds 1ace968ad5 Automatic date update in version.in adds 66b8bb74ca Fix two langauge -> language typos adds 30d5f9e821 Automatic date update in version.in adds 175cbe22a3 Automatic date update in version.in adds 3c2fcaf913 [gdb/doc] Fix "maint info selftests" command index entry adds 2764128dee [gdb/testsuite] Fix base address selection entry encoding in [...] adds a6d0f2490c AArch64: Add half float view to V registers adds 3076e59490 A series of fixes to addres problems detected by compiling t [...] adds 37d0d09177 Add new option to objcopy: --verilog-data-width. Use this o [...] adds 35015cd193 Fix illegal memory access triggered when attempting to assem [...] adds e7bd7fba34 Add file name styling to "info sharedlibrary" adds c2509a1cc8 Add missing verilogtest.s file. adds a0a3a1e9d7 [gdb/doc] Mention index cache in concept and command index adds c408a94f81 Fix assertion failure in coerce_unspec_val_to_type adds e48371ffd5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/verilog.c | 80 +++++++- bfd/version.h | 2 +- binutils/ChangeLog | 20 ++ binutils/NEWS | 3 + binutils/doc/binutils.texi | 10 +- binutils/objcopy.c | 14 ++ binutils/testsuite/binutils-all/objcopy.exp | 44 +++++ binutils/testsuite/binutils-all/objdump.exp | 22 ++- binutils/testsuite/binutils-all/verilog-1.hex | 5 + binutils/testsuite/binutils-all/verilog-2.hex | 5 + binutils/testsuite/binutils-all/verilog-4.hex | 6 + binutils/testsuite/binutils-all/verilog-8.hex | 5 + binutils/testsuite/binutils-all/verilogtest.s | 12 ++ gas/ChangeLog | 67 +++++++ gas/as.h | 4 + gas/config/atof-ieee.c | 2 - gas/config/tc-aarch64.c | 3 - gas/config/tc-arc.c | 3 - gas/config/tc-arm.c | 7 +- gas/config/tc-epiphany.c | 3 - gas/config/tc-i386-intel.c | 6 + gas/config/tc-i386.c | 11 +- gas/config/tc-ia64.c | 2 - gas/config/tc-m32c.c | 3 - gas/config/tc-m32r.c | 3 - gas/config/tc-metag.c | 3 - gas/config/tc-microblaze.c | 5 +- gas/config/tc-mips.c | 22 ++- gas/config/tc-nds32.c | 3 - gas/config/tc-or1k.c | 3 - gas/config/tc-score.c | 3 +- gas/config/tc-score7.c | 3 +- gas/config/tc-sh.c | 30 ++- gas/config/tc-tic4x.c | 6 +- gas/config/tc-tic54x.c | 68 ++++--- gas/config/tc-tic54x.h | 9 +- gas/config/tc-tilegx.c | 3 - gas/config/tc-tilepro.c | 3 - gas/config/tc-visium.c | 3 - gas/dw2gencfi.c | 48 ++--- gas/dwarf2dbg.c | 17 +- gas/macro.c | 2 +- gas/read.c | 3 +- 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/mipsr6@dadd.d | 21 ++ gdb/ChangeLog | 69 +++++++ gdb/aarch64-tdep.c | 5 + gdb/ada-lang.c | 23 ++- gdb/ada-lang.h | 2 +- gdb/ada-tasks.c | 2 +- gdb/breakpoint.c | 8 +- gdb/breakpoint.h | 5 + gdb/common/tdesc.c | 1 + gdb/common/tdesc.h | 1 + gdb/contrib/cc-with-tweaks.sh | 34 +++- gdb/doc/ChangeLog | 21 ++ gdb/doc/gdb.texinfo | 21 +- gdb/doc/python.texi | 6 + gdb/features/aarch64-fpu.c | 5 + gdb/features/aarch64-fpu.xml | 2 + gdb/features/aarch64-sve.c | 5 + gdb/gdbthread.h | 3 +- gdb/gdbtypes.c | 3 + gdb/gdbtypes.h | 2 + gdb/language.c | 2 +- gdb/location.h | 2 +- gdb/mi/mi-main.c | 20 +- gdb/mi/mi-main.h | 8 - gdb/mi/mi-out.c | 4 +- gdb/solib.c | 2 +- gdb/target-descriptions.c | 5 + gdb/testsuite/ChangeLog | 14 ++ gdb/testsuite/gdb.ada/info_exc.exp | 4 + gdb/testsuite/gdb.base/info-shared.exp | 24 +++ gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S | 2 +- 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 +- gold/testsuite/icf_test_pr21066.cc | 67 +++++++ gold/testsuite/icf_test_pr21066.sh | 48 +++++ opcodes/ChangeLog | 16 ++ opcodes/ia64-opc.c | 5 +- opcodes/mips-opc.c | 8 +- opcodes/ppc-dis.c | 8 +- 94 files changed, 1183 insertions(+), 265 deletions(-) create mode 100644 binutils/testsuite/binutils-all/verilog-1.hex create mode 100644 binutils/testsuite/binutils-all/verilog-2.hex create mode 100644 binutils/testsuite/binutils-all/verilog-4.hex create mode 100644 binutils/testsuite/binutils-all/verilog-8.hex create mode 100644 binutils/testsuite/binutils-all/verilogtest.s create mode 100644 gas/testsuite/gas/mips/mipsr6@dadd.d create mode 100644 gold/testsuite/icf_test_pr21066.cc create mode 100755 gold/testsuite/icf_test_pr21066.sh