This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from c90569d301 Automatic date update in version.in new b72636deaf Replace unnecessary null check with a cast. new a2e098c378 Update the linker documentation regarding the /DISCARD/ link [...] new 8b301fbb61 Arm: Change CRC from fpu feature to archititectural extension new f618007364 [gdb/contrib] Combine sed invocations in words.sh script new 85e7588dc4 [gdb/contrib] Improve words extraction in words.sh script new f8bab2d61d Create a correctly-sized demangled names hashtable new c9d95fa3d0 Replace the MSYMBOL_*_NAME macros with member functions new 987012b89b Replace SYMBOL_*_NAME accessors with member functions new c83d8d32c9 Avoid crash in print_ada_task_info new 012fc90932 Restore parameter names in observable.h new 4719dcea61 Automatic date update in version.in new 48d4af36c5 Automatic date update in version.in
The 12 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 +- gas/ChangeLog | 12 ++ gas/config/tc-arm.c | 33 ++-- gas/testsuite/gas/arm/crc-ext.d | 14 ++ gas/testsuite/gas/arm/crc-ext.s | 19 +++ gdb/ChangeLog | 312 ++++++++++++++++++++++++++++++++++++ gdb/ada-exp.y | 3 +- gdb/ada-lang.c | 102 ++++++------ gdb/ada-tasks.c | 15 +- gdb/amd64-windows-tdep.c | 6 +- gdb/arm-tdep.c | 6 +- gdb/arm-wince-tdep.c | 6 +- gdb/ax-gdb.c | 20 +-- gdb/block.c | 2 +- gdb/block.h | 4 +- gdb/blockframe.c | 4 +- gdb/breakpoint.c | 6 +- gdb/btrace.c | 8 +- gdb/buildsym.c | 6 +- gdb/c-exp.y | 2 +- gdb/c-typeprint.c | 9 +- gdb/c-valprint.c | 5 +- gdb/cli/cli-cmds.c | 6 +- gdb/coffread.c | 23 ++- gdb/compile/compile-c-symbols.c | 28 ++-- gdb/compile/compile-cplus-symbols.c | 24 +-- gdb/compile/compile-cplus-types.c | 2 +- gdb/compile/compile-loc2c.c | 6 +- gdb/compile/compile-object-load.c | 2 +- gdb/contrib/words.sh | 12 +- gdb/cp-namespace.c | 10 +- gdb/cp-support.c | 5 +- gdb/ctfread.c | 2 +- gdb/dbxread.c | 4 +- gdb/dictionary.c | 8 +- gdb/dictionary.h | 4 +- gdb/dwarf-index-write.c | 4 +- gdb/dwarf2loc.c | 40 ++--- gdb/dwarf2read.c | 16 +- gdb/elfread.c | 2 +- gdb/eval.c | 12 +- gdb/expprint.c | 16 +- gdb/f-valprint.c | 10 +- gdb/findvar.c | 22 +-- gdb/frame.c | 2 +- gdb/frv-tdep.c | 4 +- gdb/gdbserver/ChangeLog | 5 + gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 8 +- gdb/go-lang.c | 2 +- gdb/guile/scm-block.c | 2 +- gdb/guile/scm-symbol.c | 8 +- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 6 +- gdb/ia64-tdep.c | 2 +- gdb/infcall.c | 4 +- gdb/infcmd.c | 4 +- gdb/infrun.c | 2 +- gdb/linespec.c | 17 +- gdb/linux-fork.c | 2 +- gdb/m2-typeprint.c | 4 +- gdb/m32c-tdep.c | 4 +- gdb/maint.c | 2 +- gdb/mdebugread.c | 10 +- gdb/mi/mi-cmd-stack.c | 4 +- gdb/minsyms.c | 32 ++-- gdb/mips-tdep.c | 8 +- gdb/msp430-tdep.c | 2 +- gdb/objc-lang.c | 28 ++-- gdb/observable.h | 169 ++++++++++--------- gdb/p-typeprint.c | 2 +- gdb/p-valprint.c | 5 +- gdb/ppc-linux-tdep.c | 5 +- gdb/ppc-sysv-tdep.c | 4 +- gdb/printcmd.c | 16 +- gdb/psymtab.c | 20 +-- gdb/python/py-framefilter.c | 8 +- gdb/python/py-symbol.c | 6 +- gdb/python/python.c | 4 +- gdb/record-btrace.c | 8 +- gdb/rs6000-tdep.c | 8 +- gdb/rust-lang.c | 2 +- gdb/sol-thread.c | 4 +- gdb/solib-frv.c | 2 +- gdb/stabsread.c | 64 ++++---- gdb/stack.c | 35 ++-- gdb/symmisc.c | 20 +-- gdb/symtab.c | 122 +++++++------- gdb/symtab.h | 105 +++++------- gdb/testsuite/gdb.ada/tasks.exp | 8 +- gdb/testsuite/gdb.ada/tasks/foo.adb | 3 + gdb/tracepoint.c | 42 +++-- gdb/typeprint.c | 2 +- gdb/valops.c | 8 +- gdb/x86-tdep.c | 2 +- include/ChangeLog | 10 ++ include/opcode/arm.h | 32 ++-- ld/ChangeLog | 10 ++ ld/ld.texi | 5 + ld/ldlang.h | 2 +- opcodes/ChangeLog | 6 + opcodes/arm-dis.c | 24 +-- 102 files changed, 1073 insertions(+), 710 deletions(-) create mode 100644 gas/testsuite/gas/arm/crc-ext.d create mode 100644 gas/testsuite/gas/arm/crc-ext.s