From 29b1319c524e485c8ef6bdcccc4c8a99c8800976 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 3 Jun 2017 22:11:27 +0000 Subject: [PATCH] ".section .bss" is portable to more platforms than plain ".bss" --- sys/conf/makegap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1