From: deraadt Date: Sat, 3 Jun 2017 22:11:27 +0000 (+0000) Subject: ".section .bss" is portable to more platforms than plain ".bss" X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=29b1319c524e485c8ef6bdcccc4c8a99c8800976;p=openbsd ".section .bss" is portable to more platforms than plain ".bss" --- diff --git a/sys/conf/makegap.sh b/sys/conf/makegap.sh index 1e644be41b3..87f08a57f5e 100644 --- a/sys/conf/makegap.sh +++ b/sys/conf/makegap.sh @@ -24,7 +24,7 @@ _C_LABEL(endboot): .data .space $RANDOM % PAGE_SIZE, $PADBYTE - .bss + .section .bss .space $RANDOM % PAGE_SIZE, $PADBYTE .section .rodata