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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 3fafa2e26e Assorted tidies adds 04f8967487 elf: Copy elf_gnu_osabi_retain only for relocatable link adds eba7b68cb0 ld: Build and install only unversioned libdep adds 86ef42bd73 Run fixed_points.exp with -fgnat-encodings=minimal adds a9e48095a8 gdb: define COFF file offsets with file_ptr adds b3f9469bfa Fix accessing a method's fields from Python adds 4aea001fd8 Add address keyword to Value.format_string adds e846045952 Remove erroneous 'a' in gdb.register_window_type documentation adds e51765f932 Fix name of main_type field type in pretty printer adds a24e049847 Automatic date update in version.in adds 0455b7d325 Warn about static libs vs. source-highlight only when necessary
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 ++ bfd/elflink.c | 4 +- bfd/version.h | 2 +- gdb/ChangeLog | 28 ++++++ gdb/coffread.c | 30 +++--- gdb/configure | 12 +-- gdb/configure.ac | 12 +-- gdb/doc/ChangeLog | 8 ++ gdb/doc/python.texi | 7 +- gdb/gdb-gdb.py.in | 2 +- gdb/python/py-type.c | 1 + gdb/python/py-value.c | 7 +- gdb/testsuite/ChangeLog | 13 +++ gdb/testsuite/gdb.ada/fixed_points.exp | 134 ++++++++++++++------------ gdb/testsuite/gdb.python/py-format-string.exp | 43 +++++++++ gdb/testsuite/gdb.python/py-type.exp | 3 + ld/ChangeLog | 16 +++ ld/Makefile.am | 9 +- ld/Makefile.in | 21 ++-- ld/testsuite/ld-elf/retain7.s | 5 + ld/testsuite/ld-elf/retain7a.d | 11 +++ ld/testsuite/ld-elf/retain7b.d | 10 ++ 22 files changed, 280 insertions(+), 104 deletions(-) create mode 100644 ld/testsuite/ld-elf/retain7.s create mode 100644 ld/testsuite/ld-elf/retain7a.d create mode 100644 ld/testsuite/ld-elf/retain7b.d