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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from c5c412054e Change parameters to language_defn::post_parser adds 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 new 04f8967487 elf: Copy elf_gnu_osabi_retain only for relocatable link new eba7b68cb0 ld: Build and install only unversioned libdep
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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 | 21 ++++++ gdb/c-typeprint.c | 30 ++++---- gdb/compile/compile-loc2c.c | 106 ++++++++++++++------------- gdb/doc/ChangeLog | 6 ++ gdb/doc/gdb.texinfo | 2 +- gdb/f-typeprint.c | 28 ++++---- gdb/gdbtypes.c | 160 ++++++++++++++++++++--------------------- gdb/go32-nat.c | 14 ++-- gdb/m2-typeprint.c | 2 +- gdb/p-typeprint.c | 28 +++++--- gdb/printcmd.c | 2 +- gdb/rust-lang.c | 7 +- gdb/utils.c | 30 -------- gdb/utils.h | 5 -- 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 +++ 60 files changed, 535 insertions(+), 540 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