This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/binutils-gdb.
from 7486cb6843 [gdb/testsuite] Fix gdb.gdb/selftest.exp adds 5a2947cf17 ia64: don't use get_symbol_name() for section parsing. With [...] adds 168495916d MIPS: don't use get_symbol_name() for section parsing. With [...] adds 18287cf8b1 RISC-V: Update the assembler insn testcase. adds e68b7db18c Fix no-Python build adds cad152f221 [gdb/tdep] Reset force_thumb in parse_arm_disassembler_options adds 3047c7869d [gdb/tdep] Fix exec check in gdb_print_insn_arm adds c5e91131d7 [gdb/testsuite] Check for valid test name adds 59a397f193 Remove use of __CYGNUSCLIB__ adds 924e660d52 Automatic date update in version.in adds f050cfdd82 sim: bfin: add support for SDL2 new 09a7e91293 arc: Fix potential invalid pointer access when fixing got symbols.
The 1 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/ChangeLog | 9 ++ bfd/arc-got.h | 94 +++++++----- bfd/version.h | 2 +- gas/ChangeLog | 6 + gas/config/tc-ia64.c | 16 +-- gas/config/tc-mips.c | 21 +-- gas/testsuite/gas/riscv/insn.d | 2 - gas/testsuite/gas/riscv/insn.s | 2 - gdb/arm-tdep.c | 4 +- gdb/dbxread.c | 4 - gdb/python/python.c | 6 +- gdb/testsuite/gdb.gdb/unittest.exp | 7 - gdb/testsuite/lib/check-test-names.exp | 9 ++ ld/ChangeLog | 5 + ld/testsuite/ld-arc/got-weak.d | 12 ++ ld/testsuite/ld-arc/got-weak.s | 7 + opcodes/arm-dis.c | 1 + sim/bfin/gui.c | 137 +++++++++++++++--- sim/config.h.in | 3 + sim/configure | 252 +++++++++++++++++++++++++++++---- sim/m4/sim_ac_platform.m4 | 19 ++- 21 files changed, 485 insertions(+), 133 deletions(-) create mode 100644 ld/testsuite/ld-arc/got-weak.d create mode 100644 ld/testsuite/ld-arc/got-weak.s