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-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from de38d64ad2 Tweak gdbsupport/valid-expr.h for GCC 6, fix build adds 9dc318a3e5 Automatic date update in version.in adds f800b00e51 Add attribute::value_as_string method adds 95f982e587 Rename struct attribute accessors adds 6c412691f9 Avoid using DW_* macros in dwarf2/attribute.c adds 2c830f5475 Change some uses of DW_STRING to string method adds 3b64bf15bc Remove some uses of DW_STRING_IS_CANONICAL adds c648120540 Remove DW_STRING and DW_STRING_IS_CANONICAL adds 9d2246fce0 Remove DW_BLOCK adds 630ed6b975 Remove DW_SIGNATURE adds 1bc397c561 Remove DW_SND adds 414ad644a8 Use setter for attribute's unsigned value adds fe56917a86 Add reprocessing flag to struct attribute adds 36d378cf86 Remove DW_ADDR adds 7a5f294dbd Change how reprocessing is done adds bf23a26804 Change how accessibility is handled in dwarf2/read.c adds d4df075e8b Add attribute::as_unsigned method adds e8e5c1585d Change is_valid_DW_AT_defaulted to a method on attribute adds 52c14d1128 Change die_info methods to check the attribute's form adds 23dca5c3d7 Add attribute::as_virtuality method adds c45bc3f8ab Add attribute::as_boolean method adds 529908cbd0 Remove DW_UNSND adds e37c930f9e gcc-4.4.7 warning fixes adds 51dee44b37 After preventing creating an import library for an exe when [...] adds f65825ec7a Fix gdb.dwarf2/dw2-double-set-die-type.exp with Clang adds 990e5268d2 aarch64: Add support for Neoverse N2 CPU adds c81946efc2 NEWS: Mention recent Arm CPU support adds 04e433a857 ld: Override the IR definition for non-ELF targets adds 77718e5b7d [GAS][AArch64] Add support for Cortex-A78 and Cortex-A78AE adds cae21f8ebf Fix regression in variant part handling adds 95eb9e54a5 [gdb] Fix regression in dwarf2_name adds 27f134698a x86: Check register operand for AddrPrefixOpReg
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 34 + gas/NEWS | 7 + gas/config/obj-elf.c | 4 +- gas/config/tc-aarch64.c | 24 + gas/config/tc-i386.c | 13 + gas/doc/c-aarch64.texi | 3 + gas/symbols.c | 3 +- gas/testsuite/gas/i386/x86-64-enqcmd-intel.d | 28 +- gas/testsuite/gas/i386/x86-64-enqcmd.d | 28 +- gas/testsuite/gas/i386/x86-64-enqcmd.s | 12 + gas/testsuite/gas/i386/x86-64-movdir-intel.d | 24 +- gas/testsuite/gas/i386/x86-64-movdir.d | 24 +- gas/testsuite/gas/i386/x86-64-movdir.s | 6 + gdb/ChangeLog | 202 ++++++ gdb/dwarf2/attribute.c | 141 +++- gdb/dwarf2/attribute.h | 191 ++++- gdb/dwarf2/die.h | 22 +- gdb/dwarf2/read.c | 781 +++++++++++---------- gdb/testsuite/ChangeLog | 8 + gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S | 6 +- ld/ChangeLog | 13 + ld/emultempl/pe.em | 3 +- ld/emultempl/pep.em | 3 +- ld/plugin.c | 6 +- 25 files changed, 1112 insertions(+), 476 deletions(-)