From 3ef07b4f348837d6fe4750063c1bb370cc930044 Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Sun, 24 Dec 2023 10:36:38 +0000 Subject: [PATCH] force-abi-tags-in-cprt0 Set ABI tags in cprt0.as to work around binutils fussiness This should not be pushed upstream or to Debian as it will almost certainly break things on soft float targets. Gbp-Pq: Name force-abi-tags-in-cprt0.patch --- fpcsrc/rtl/linux/arm/cprt0.as | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fpcsrc/rtl/linux/arm/cprt0.as b/fpcsrc/rtl/linux/arm/cprt0.as index f2c2ddf1..448cae4e 100644 --- a/fpcsrc/rtl/linux/arm/cprt0.as +++ b/fpcsrc/rtl/linux/arm/cprt0.as @@ -146,3 +146,6 @@ __data_start: 3: .align 4 .section .note.GNU-stack,"",%progbits + +.eabi_attribute 28, 1 @Tag_ABI_VFP_args +.eabi_attribute 10, 2 @Tag_FP_arch -- 2.30.2