From 1e581a657ec653e2a6329fdac24d1b25a194b1ef Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 20 May 2026 07:49:55 +0000 Subject: [PATCH] increase alignment to avoid 'error: Relocation not aligned' with llvm 22 ok kettenis@ --- sys/arch/arm/arm/bus_space_notimpl.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm/arm/bus_space_notimpl.S b/sys/arch/arm/arm/bus_space_notimpl.S index bc861ebe7f3..88c03a2d967 100644 --- a/sys/arch/arm/arm/bus_space_notimpl.S +++ b/sys/arch/arm/arm/bus_space_notimpl.S @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_space_notimpl.S,v 1.4 2022/12/08 01:25:44 guenther Exp $ */ +/* $OpenBSD: bus_space_notimpl.S,v 1.5 2026/05/20 07:49:55 jsg Exp $ */ /* $NetBSD: bus_space_notimpl.S,v 1.2 2001/09/10 02:20:19 reinoud Exp $ */ /* @@ -62,7 +62,7 @@ LABEL(func) ; \ ; \ LLABEL(__C(func,_text)) ; \ .asciz __S(func) ; \ - .align 0 ; + .align 2 ; bs_notimpl_message: .asciz __S(BUS_SPACE), "_%s: args at %p"