".section .bss" is portable to more platforms than plain ".bss"
authorderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:11:27 +0000 (22:11 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:11:27 +0000 (22:11 +0000)
sys/conf/makegap.sh

index 1e644be..87f08a5 100644 (file)
@@ -24,7 +24,7 @@ _C_LABEL(endboot):
        .data
        .space  $RANDOM % PAGE_SIZE, $PADBYTE
 
-       .bss
+       .section .bss
        .space  $RANDOM % PAGE_SIZE, $PADBYTE
 
        .section .rodata