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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 4c04873103 Fix "set integer-command unlimited junk" adds f8164777cd Automatic date update in version.in adds d4b87b1eb6 PowerPC comment fixes adds e3fa7860f4 Fix alpha testsuite regression adds 3a3a077c4a Regenerate with approved autotools version adds bcc5a6eb66 Updated French translation for the opcodes subdirectory. adds e30d1fa1bf Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocs adds 9a9e394b05 Fix gdb.ada/vla.exp adds abdb711e08 Remove alloca(0) calls adds 4268ec187d Recognize _ in attribute names adds f411722cbc Allow re-assigning to convenience variables adds 7c39e397aa gdb: Use scoped_restore_terminal_state in annotate.c adds a0c1ffedcf Only compute realpath when basenames_may_differ is set
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 +++ bfd/Makefile.in | 1 - bfd/configure | 28 ++--- bfd/elf64-ppc.c | 10 +- bfd/elfnn-aarch64.c | 6 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/Makefile.in | 9 +- binutils/aclocal.m4 | 10 +- binutils/doc/Makefile.in | 9 +- gas/ChangeLog | 6 ++ gas/Makefile.in | 1 - gas/configure | 28 ++--- gas/doc/Makefile.in | 1 - gdb/ChangeLog | 25 +++++ gdb/ada-lang.c | 6 +- gdb/ada-lex.l | 2 +- gdb/annotate.c | 18 +--- gdb/regcache.c | 7 -- gdb/source.c | 14 ++- gdb/testsuite/ChangeLog | 20 ++++ gdb/testsuite/gdb.ada/formatted_ref.exp | 18 ++-- gdb/testsuite/gdb.ada/set_wstr.exp | 5 + gdb/testsuite/gdb.ada/vla.exp | 8 +- gdb/testsuite/gdb.ada/vla/vla.adb | 5 + gdb/testsuite/gdb.base/annotate-symlink.exp | 51 +++++++++ gdb/top.c | 4 - include/ChangeLog | 6 ++ include/elf/aarch64.h | 4 + ld/ChangeLog | 20 ++++ ld/Makefile.in | 1 - ld/configure | 28 ++--- ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 + ld/testsuite/ld-aarch64/emit-relocs-22.d | 15 +++ ld/testsuite/ld-aarch64/emit-relocs-22.s | 3 + ld/testsuite/ld-aarch64/emit-relocs-23.d | 15 +++ ld/testsuite/ld-aarch64/emit-relocs-23.s | 3 + ld/testsuite/ld-alpha/tlsbin.rd | 2 +- ld/testsuite/ld-alpha/tlsbinr.rd | 2 +- ld/testsuite/ld-alpha/tlspic.rd | 4 +- libctf/ChangeLog | 4 + libctf/configure | 2 +- opcodes/ChangeLog | 4 + opcodes/po/fr.po | 160 ++++++++++++++-------------- 44 files changed, 371 insertions(+), 217 deletions(-) create mode 100644 gdb/testsuite/gdb.base/annotate-symlink.exp create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-22.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-22.s create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-23.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-23.s