This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 3bdb506 Automatic date update in version.in new 09a1b0e Correct .dynbss in script new 9d19e4f Put .dynbss and .rel.bss shortcuts in main elf hash table new 5474d94 dynrelro section for read-only dynamic symbols copied into ex [...]
The 3 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 | 143 ++++++++++++++++++++++++++++ bfd/elf-bfd.h | 5 + bfd/elf32-arc.c | 58 ++--------- bfd/elf32-arm.c | 42 ++++---- bfd/elf32-hppa.c | 33 ++++--- bfd/elf32-i386.c | 55 +++++------ bfd/elf32-metag.c | 33 ++++--- bfd/elf32-microblaze.c | 74 ++++++-------- bfd/elf32-mips.c | 1 + bfd/elf32-nios2.c | 61 ++++++------ bfd/elf32-or1k.c | 68 ++++--------- bfd/elf32-ppc.c | 20 ++-- bfd/elf32-s390.c | 62 +++++------- bfd/elf32-sparc.c | 1 + bfd/elf32-tic6x.c | 42 ++++---- bfd/elf32-tilegx.c | 1 + bfd/elf32-tilepro.c | 49 ++++------ bfd/elf64-mips.c | 1 + bfd/elf64-ppc.c | 63 +++++------- bfd/elf64-s390.c | 65 +++++-------- bfd/elf64-sparc.c | 1 + bfd/elf64-tilegx.c | 1 + bfd/elf64-x86-64.c | 55 +++++------ bfd/elflink.c | 30 +++++- bfd/elfnn-aarch64.c | 50 +++++----- bfd/elfnn-riscv.c | 35 ++++--- bfd/elfxx-mips.c | 44 +++++---- bfd/elfxx-sparc.c | 35 ++++--- bfd/elfxx-sparc.h | 4 - bfd/elfxx-target.h | 4 + bfd/elfxx-tilegx.c | 46 ++++----- ld/ChangeLog | 17 ++++ ld/scripttempl/elf.sc | 2 +- ld/testsuite/ld-arm/farcall-mixed-app-v5.d | 16 ++-- ld/testsuite/ld-arm/farcall-mixed-app.d | 16 ++-- ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d | 16 ++-- ld/testsuite/ld-arm/farcall-mixed-lib.d | 16 ++-- ld/testsuite/ld-elf/elf.exp | 14 +++ ld/testsuite/ld-elf/pr20995.r | 5 + ld/testsuite/ld-elf/pr20995a.s | 11 +++ ld/testsuite/ld-elf/pr20995b.s | 13 +++ 41 files changed, 708 insertions(+), 600 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr20995.r create mode 100644 ld/testsuite/ld-elf/pr20995a.s create mode 100644 ld/testsuite/ld-elf/pr20995b.s