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-aarch64-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from af62665e13 Don't pass NULL to memcpy in gdb adds 6f29a53415 Fix py-tui.c build problem adds 876678f05e PR 25611, PR 25614: GAS: Remove a double inclusion of "bignum.h" adds 283b7aa134 Automatic date update in version.in adds 7b948a2580 mmo.c: Fix ld testsuite regression "objcopy executable (pr25662)". adds 41ff29bf5d ld/testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*. adds 40bd13ced9 include: Sync plugin-api.h with GCC adds 15ccbdd717 Arm: Fix thumb2 PLT branch offsets. adds a7618269b7 Arm: Fix LSB of GOT for Thumb2 only PLT. adds 15d47c3a70 gas: Fix some x86_64 testcases for Solaris not using R_X86_6 [...] adds efc3a95039 x86: Force relocation against local absolute symbol adds 81e3a1d00c Updated Serbian translation for the gprof subdirectory adds 8c072cb6a1 Avoid some copying in psymtab.c adds e0802d5996 Avoid copying in lookup_name_info
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 15 ++++++ bfd/elf32-arm.c | 10 +++- bfd/mmo.c | 6 ++- bfd/version.h | 2 +- gas/ChangeLog | 32 +++++++++++ gas/config/tc-i386.h | 8 +++ gas/dwarf2dbg.c | 1 - gas/testsuite/gas/i386/ilp32/x86-64-localpic.d | 4 +- gas/testsuite/gas/i386/localpic.d | 4 +- gas/testsuite/gas/i386/localpic.s | 2 + .../gas/i386/{ => solaris}/x86-64-branch-2.d | 5 +- .../gas/i386/{ => solaris}/x86-64-branch-3.d | 11 ++-- gas/testsuite/gas/i386/solaris/x86-64-jump.d | 16 ++++-- .../gas/i386/solaris/x86-64-mpx-branch-1.d | 36 +++++++------ .../gas/i386/solaris/x86-64-mpx-branch-2.d | 28 +--------- gas/testsuite/gas/i386/x86-64-branch-2.d | 1 + gas/testsuite/gas/i386/x86-64-branch-3.d | 1 + gas/testsuite/gas/i386/x86-64-localpic.d | 4 +- gas/testsuite/gas/i386/x86-64-localpic.s | 2 + gdb/ChangeLog | 37 +++++++++++++ gdb/ada-lang.c | 36 +++++++------ gdb/dwarf2/read.c | 2 +- gdb/language.c | 4 +- gdb/minsyms.c | 2 +- gdb/psymtab.c | 62 +++++++--------------- gdb/python/py-tui.c | 8 ++- gdb/symtab.c | 8 +-- gdb/symtab.h | 55 ++++++++++++++----- gprof/ChangeLog | 4 ++ gprof/po/sr.po | 49 ++++++++--------- include/ChangeLog | 6 +++ include/plugin-api.h | 2 +- ld/ChangeLog | 16 ++++++ ld/testsuite/ld-arm/arm-elf.exp | 3 ++ ld/testsuite/ld-arm/thumb-plt-got.d | 14 +++++ ld/testsuite/ld-arm/thumb-plt.d | 34 ++++++++++++ ld/testsuite/ld-arm/thumb-plt.s | 18 +++++++ ld/testsuite/ld-scripts/defined4.d | 4 +- 38 files changed, 380 insertions(+), 172 deletions(-) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-branch-2.d (88%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-branch-3.d (80%) create mode 100644 ld/testsuite/ld-arm/thumb-plt-got.d create mode 100644 ld/testsuite/ld-arm/thumb-plt.d create mode 100644 ld/testsuite/ld-arm/thumb-plt.s