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-next-allyesconfig in repository toolchain/binutils-gdb.
from 0e2779e98d PowerPC, don't use bfd reloc howto in md_assemble adds 13daa8e488 S/390: Fix optional operand handling after memory addresses adds 9325300dc2 [gdb/symtab] Fix language of duplicate static minimal symbol adds 73af69e749 Allow for compilers that do not produce aligned .rdat sectio [...] adds 0f2064107b [ARC] Fix local got entry list. adds 0d0b0a378e [ARC] Update ld tests. adds 71f5e3f7b6 Enhance the strings program so that it can display multibyte [...] adds dcd9adc5cb oops - add missing piece of previous delta adds d2eb0fb5a0 Stop corruption of ihex output shen addresses are sign extended. adds fda57deda7 Updated French translation for the ld subdirectory.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 14 +++++ bfd/arc-got.h | 33 +++++------ bfd/elf32-arc.c | 2 +- bfd/ihex.c | 18 ++++++ binutils/ChangeLog | 9 +++ binutils/strings.c | 81 +++++++++++++++++++++++++- binutils/testsuite/binutils-all/strings-1.bin | Bin 0 -> 31 bytes binutils/testsuite/binutils-all/strings.exp | 41 +++++++++++++ binutils/testsuite/config/default.exp | 6 ++ gas/config/tc-s390.c | 47 ++++++++------- gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-optargs.d | 12 ++++ gas/testsuite/gas/s390/zarch-optargs.s | 6 ++ gdb/ChangeLog | 6 ++ gdb/symtab.c | 14 ++--- gdb/testsuite/ChangeLog | 6 ++ gdb/testsuite/gdb.base/msym-lang-main.c | 28 +++++++++ gdb/testsuite/gdb.base/msym-lang.c | 22 +++++++ gdb/testsuite/gdb.base/msym-lang.exp | 25 ++++++++ ld/ChangeLog | 16 +++++ ld/po/fr.po | 6 +- ld/scripttempl/pe.sc | 1 + ld/scripttempl/pep.sc | 1 + ld/testsuite/ld-arc/arclinux-nps.d | 2 +- ld/testsuite/ld-arc/tls_gd-01.d | 4 +- 25 files changed, 342 insertions(+), 59 deletions(-) create mode 100755 binutils/testsuite/binutils-all/strings-1.bin create mode 100644 binutils/testsuite/binutils-all/strings.exp create mode 100644 gas/testsuite/gas/s390/zarch-optargs.d create mode 100644 gas/testsuite/gas/s390/zarch-optargs.s create mode 100644 gdb/testsuite/gdb.base/msym-lang-main.c create mode 100644 gdb/testsuite/gdb.base/msym-lang.c create mode 100644 gdb/testsuite/gdb.base/msym-lang.exp