]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libsframe: testsuite: fix PR libsframe/33140
authorIndu Bhagat <indu.bhagat@oracle.com>
Fri, 11 Jul 2025 16:39:24 +0000 (09:39 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Fri, 11 Jul 2025 17:29:54 +0000 (10:29 -0700)
commit5a23093ab47658443adefe077a2708e136aaff1c
tree28bdd1feb898b5499b44552ec53dd8160add367c
parent608c50d50f4dbcf7cbf9b9098a374b37223278b4
libsframe: testsuite: fix PR libsframe/33140

Commit 0d4d5a2633f missed some necessary adjustments to the testcase
after rebase.  SFrame FDE function start address data is now an offset
in PCREL encoding; reflect with a new flag SFRAME_F_FDE_START_ADDR_PCREL
in the header.

Adjust the newly added testcase.

PR libsframe/33140 SFrame test failures on x86-64

libsframe/testsuite/
* libsframe.find/plt-findfre-2.c: Adjust for the new FDE func
start addr encoding.
libsframe/testsuite/libsframe.find/plt-findfre-2.c