]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[committed] ft32 doesn't support trampolines.
authorJeff Law <jlaw@ventanamicro.com>
Sat, 2 Nov 2024 02:31:11 +0000 (20:31 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Sat, 2 Nov 2024 02:31:11 +0000 (20:31 -0600)
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.

gcc/testsuite/lib/target-supports.exp

index c45cc50e0ad827cda7d72d73521093423b5ac252..75703ddca608f2aaf3215150d4d49258bb14c2f4 100644 (file)
@@ -639,6 +639,7 @@ proc check_effective_target_trampolines { } {
     if { [istarget avr-*-*]
         || [istarget msp430-*-*]
         || [istarget nvptx-*-*]
+        || [istarget ft32-*-*]
         || [istarget pru-*-*]
         || [istarget bpf-*-*] } {
        return 0;