From 04c5aa8e4ed81f67da6d62be8e4dc4ee7ac2c7a8 Mon Sep 17 00:00:00 2001 From: Kamila Szewczyk Date: Tue, 15 Oct 2024 13:40:52 +0200 Subject: [PATCH] .section .text => .text in xpar-aarch64 --- xpar-aarch64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpar-aarch64.S b/xpar-aarch64.S index 18f524b..c12a6ad 100644 --- a/xpar-aarch64.S +++ b/xpar-aarch64.S @@ -12,7 +12,7 @@ along with this program. If not, see . */ -.section .text +.text .extern getauxval .globl crc32c_aarch64_cpuflags