https://sourceware.org/bugzilla/show_bug.cgi?id=33156
Bug ID: 33156 Summary: 'Link eh-group.o to eh-group' test fails with default-SFrames gas Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sam at gentoo dot org CC: indu.bhagat at oracle dot com Target Milestone: --- Created attachment 16177 --> https://sourceware.org/bugzilla/attachment.cgi?id=16177&action=edit ld.log.xz Using default SFrame patches for gas at https://forge.sourceware.org/sjames/binutils-gdb/commits/branch/sframe, I nearly get a clean testsuite run. We have one more problem with 'Link eh-group.o to eh-group': ``` PASS: Build eh-group1.o ./ld-new -o tmpdir/eh-group -e _start tmpdir/eh-group.o Executing on host: sh -c {./ld-new -o tmpdir/eh-group -e _start tmpdir/eh-group.o 2>&1} /dev/null ld.tmp (timeout = 300) spawn [open ...] ./ld-new: tmpdir/eh-group.o(.sframe+0x38): reloc against `*UND*': error 4 ./ld-new: final link failed ./ld-new: tmpdir/eh-group.o(.sframe+0x38): reloc against `*UND*': error 4 ./ld-new: final link failed FAIL: Link eh-group.o to eh-group ``` ``` $ gas/as-new --version GNU assembler (GNU Binutils) 2.45.50.20250715 Copyright (C) 2025 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `x86_64-pc-linux-gnu'. ``` -- You are receiving this mail because: You are on the CC list for the bug.