This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_45-branch in repository binutils-gdb.
from 9d44d46d993 s390x sframe regressions new 91b0c7e3110 gas: Move gas_sframe_check to binutils-common.exp new 78a230e080e Re: gas: Move gas_sframe_check to binutils-common.exp new 64304170aaa ld: Clear map_head_is_link_order for .gnu_object_only new b4782f2504f sframe: Allow input R_*_NONE relocations new 39363ad0a0b x86-64: Remove sframe relocs against discarded sections
The 5 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/elf-sframe.c | 9 ++++++- bfd/elf64-x86-64.c | 10 +++++--- binutils/testsuite/lib/binutils-common.exp | 30 +++++++++++++++++++++++ gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 37 ----------------------------- ld/ldlang.c | 3 +++ ld/testsuite/ld-elf/eh-group.exp | 7 +++++- ld/testsuite/ld-plugin/lto.exp | 9 +++++-- ld/testsuite/ld-x86-64/sframe-reloc-2a.s | 7 ++++++ ld/testsuite/ld-x86-64/sframe-reloc-2b.s | 31 ++++++++++++++++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 21 ++++++++++++++++ ld/testsuite/lib/ld-lib.exp | 32 +------------------------ 11 files changed, 121 insertions(+), 75 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/sframe-reloc-2a.s create mode 100644 ld/testsuite/ld-x86-64/sframe-reloc-2b.s