From: deraadt Date: Mon, 5 Jun 2017 13:52:32 +0000 (+0000) Subject: Avoid use of _C_LABEL, since it is not portable to all our architectures. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=eb0b6ed236c39e43660a24b3766ccadad8ac9cc7;p=openbsd Avoid use of _C_LABEL, since it is not portable to all our architectures. And anyways, everything is ELF now. --- diff --git a/sys/conf/makegap.sh b/sys/conf/makegap.sh index 9a31fd44e08..3a9db58337b 100644 --- a/sys/conf/makegap.sh +++ b/sys/conf/makegap.sh @@ -12,7 +12,7 @@ cat << __EOF__ .balign PAGE_SIZE, $PADBYTE .globl endboot -_C_LABEL(endboot): +endboot: .space PAGE_SIZE, $PADBYTE .space $RANDOM % PAGE_SIZE, $PADBYTE .balign 16, $PADBYTE