[committed] ft32 doesn't support trampolines.
Jeff Law
jeffreyalaw@gmail.com
Sat Nov 2 02:34:11 GMT 2024
The ft32 has never supported trampolines, but the target supports bits
in the dejagnu framework weren't appropriately updated.
Fixed thusly.
Jeff
-------------- next part --------------
commit 6a2e8913df605e62f20833a6e688ea1950147edc
Author: Jeff Law <jlaw@ventanamicro.com>
Date: Fri Nov 1 20:31:11 2024 -0600
[committed] ft32 doesn't support trampolines.
The ft32 has never supported trampolines, but the target supports bits weren't
appropriately updated.
Fixed thusly.
gcc/testsuite
* lib/target-supports.exp (check_effective_target_trampolines): ft32
does not support trampolines.
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index c45cc50e0ad..75703ddca60 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -639,6 +639,7 @@ proc check_effective_target_trampolines { } {
if { [istarget avr-*-*]
|| [istarget msp430-*-*]
|| [istarget nvptx-*-*]
+ || [istarget ft32-*-*]
|| [istarget pru-*-*]
|| [istarget bpf-*-*] } {
return 0;
More information about the Gcc-patches
mailing list