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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 85be4f5a8c gdb/doc: fix "show check range" command name adds 32f47895b5 Remove printfi_filtered and fprintfi_filtered adds 844a65387c Remove a use of n_spaces adds 3ece0b9527 Automatic date update in version.in adds 7f3a18cfb5 Statically initialise target common sections adds bd38246a45 Constify more arrays adds 7fbd5f4e2c Remove some static buffers adds 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 adds fa639f555a Don't compare types of enum fields adds 60108e47b5 [gdb/testsuite] Introduce supports_scalar_storage_order_attribute adds 97aac4ec32 gold: Move sym declaration just before use adds 3dc9a557a1 Automatic date update in version.in adds c541fa7c91 [gdb/testsuite] Add save_target_board_info
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 73 +++++++++ bfd/archive.c | 4 +- bfd/coff-mcore.c | 3 +- bfd/coff-z80.c | 2 +- bfd/ecoff.c | 102 ++++--------- bfd/elf32-csky.c | 4 +- bfd/elf32-m32c.c | 2 +- bfd/elf32-m32r.c | 20 +-- bfd/elf32-m68hc11.c | 6 +- bfd/elf32-microblaze.c | 2 - bfd/elf32-nds32.c | 2 +- bfd/elf32-ppc.c | 12 +- bfd/elf32-rl78.c | 2 +- bfd/elf32-rx.c | 13 +- bfd/elf32-score.c | 20 +-- bfd/elf32-score7.c | 22 +-- bfd/elf32-tic6x.c | 20 +-- bfd/elf32-v850.c | 82 ++++------- bfd/elf32-z80.c | 2 +- bfd/elf64-mmix.c | 20 +-- bfd/elf64-ppc.c | 10 +- bfd/elflink.c | 4 +- bfd/elfxx-mips.c | 40 ++--- bfd/libbfd-in.h | 4 +- bfd/libbfd.h | 4 +- bfd/mach-o.c | 7 +- bfd/opncls.c | 4 +- bfd/peXXigen.c | 11 +- bfd/som.c | 2 +- bfd/targets.c | 6 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 3 +- bfd/vms-misc.c | 3 +- bfd/vms.h | 2 +- bfd/xtensa-isa.c | 4 +- gas/ChangeLog | 5 + gas/ecoff.c | 25 +--- gdb/ChangeLog | 54 +++++++ gdb/c-typeprint.c | 30 ++-- gdb/coffread.c | 30 ++-- gdb/compile/compile-loc2c.c | 106 +++++++------ gdb/configure | 12 +- gdb/configure.ac | 12 +- gdb/doc/ChangeLog | 8 + gdb/doc/python.texi | 7 +- gdb/f-typeprint.c | 28 ++-- gdb/gdb-gdb.py.in | 2 +- gdb/gdbtypes.c | 164 ++++++++++----------- gdb/go32-nat.c | 14 +- gdb/m2-typeprint.c | 2 +- gdb/p-typeprint.c | 28 ++-- gdb/printcmd.c | 2 +- gdb/python/py-type.c | 1 + gdb/python/py-value.c | 7 +- gdb/rust-lang.c | 7 +- gdb/testsuite/ChangeLog | 34 +++++ gdb/testsuite/gdb.ada/fixed_points.exp | 134 +++++++++-------- gdb/testsuite/gdb.base/endianity.c | 2 +- gdb/testsuite/gdb.base/endianity.exp | 11 +- .../compare-enum-type-a.c} | 37 +---- .../compare-enum-type-b.c} | 35 +---- gdb/testsuite/gdb.python/compare-enum-type.exp | 27 ++++ .../endianity.c => gdb.python/compare-enum-type.h} | 39 +---- gdb/testsuite/gdb.python/py-format-string.exp | 43 ++++++ gdb/testsuite/gdb.python/py-type.exp | 3 + gdb/testsuite/lib/gdb.exp | 121 ++++++++++++--- gdb/utils.c | 30 ---- gdb/utils.h | 5 - gold/ChangeLog | 8 + gold/incremental.cc | 4 +- gold/plugin.cc | 2 +- include/ChangeLog | 8 + include/opcode/arc-attrs.h | 2 +- include/xtensa-isa-internal.h | 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 ++ 80 files changed, 932 insertions(+), 751 deletions(-) copy gdb/testsuite/{gdb.base/endianity.c => gdb.python/compare-enum-type-a.c} (52%) copy gdb/testsuite/{gdb.base/endianity.c => gdb.python/compare-enum-type-b.c} (51%) create mode 100644 gdb/testsuite/gdb.python/compare-enum-type.exp copy gdb/testsuite/{gdb.base/endianity.c => gdb.python/compare-enum-type.h} (51%) 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