1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

increase alignment to avoid 'error: Relocation not aligned' with llvm 22

ok kettenis@
This commit is contained in:
jsg
2026-05-20 07:49:55 +00:00
parent e11f9acf4c
commit 1e581a657e
+2 -2
View File
@@ -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"