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-stable-allyesconfig in repository toolchain/binutils-gdb.
from 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 adds 9c122c7f9c Fix unsigned overflow in minsyms reader. adds 2179fbc36d Return scoped_fd from open_source_file and find_and_open_source adds eefce37f62 Remove a VEC from remote.c adds 00a9f4ce3d Automatic date update in version.in
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 +- gdb/ChangeLog | 42 +++++++++ gdb/common/scoped_fd.h | 19 ++++ gdb/configure | 2 +- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 12 +-- gdb/minsyms.c | 5 +- gdb/psymtab.c | 7 +- gdb/remote.c | 51 +++++------ gdb/source.c | 65 +++++++------- gdb/source.h | 10 ++- 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 ++++++ gdb/tui/tui-source.c | 47 +++++----- 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 +- 38 files changed, 595 insertions(+), 191 deletions(-) create mode 100755 binutils/testsuite/binutils-all/strings-1.bin create mode 100644 binutils/testsuite/binutils-all/strings.exp 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