summaryrefslogtreecommitdiff
path: root/system/binutils/disable-sframe-tests.patch
blob: ba8390de855217b132ef451fbe2466e9968007ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SFrame tests fail due to incorrect PC offset in generated binary.

Upstream-URL: https://sourceware.org/bugzilla/show_bug.cgi?id=30914

--- binutils-2.41/ld/testsuite/lib/ld-lib.exp.old	2023-07-02 18:00:00.000000000 -0500
+++ binutils-2.41/ld/testsuite/lib/ld-lib.exp	2023-09-29 03:19:04.223613176 -0500
@@ -1675,10 +1675,5 @@
 #    if {$enable_libsframe eq "no"} {
 #	return 1
 #    }
-
-    if [gas_sframe_check] {
-	return 0
-    }
-
     return 1
 }