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-mainline-allnoconfig in repository toolchain/binutils-gdb.
from d4718d5c9f (AArch64) wrong value returned by "finish" for HFA adds 20f0d60db4 Avoid crash when calling warning too early adds 3c6618cd22 Fix output indentation for "info pretty-printers" adds 9c710e1157 Capitalize "<TAB>" in require_record_target error adds 663cc8c0fc Automatic date update in version.in adds 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. adds d07b621f4c [ARC] More fixes for TLS. adds 20b233dc48 Fixed warning from previous patch. Added Changelog. adds dfbfec241a Correct comment concerning PE timestamp insertion. adds 5d762de01c Fix a typo in iconv.m4. adds 4b905ae1b4 [PowerPC] Document requirements for VSX feature
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 32 ++++ bfd/arc-got.h | 66 +++---- bfd/elf32-arc.c | 119 +++++++++--- bfd/ihex.c | 18 ++ bfd/peXXigen.c | 3 +- bfd/version.h | 2 +- binutils/ChangeLog | 13 ++ binutils/configure | 2 +- 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 + config/ChangeLog | 5 + config/iconv.m4 | 2 +- gas/ChangeLog | 6 + gas/config/tc-ppc.c | 260 ++++++++++++++++++++++++-- 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 | 27 +++ gdb/configure | 2 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 12 +- gdb/python/lib/gdb/command/pretty_printers.py | 2 +- gdb/record.c | 2 +- gdb/symtab.c | 14 +- gdb/target.c | 10 +- gdb/target.h | 2 +- gdb/testsuite/ChangeLog | 12 ++ 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 +++ gdb/testsuite/gdb.base/warning.exp | 36 ++++ intl/ChangeLog | 4 + intl/configure | 2 +- 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 +- 42 files changed, 827 insertions(+), 130 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 create mode 100644 gdb/testsuite/gdb.base/warning.exp