From f627369fe9141a25a7c1044ad8d93d19e7a580f3 Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Fri, 25 Feb 2022 04:48:27 +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 40755fe4..810245cb 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