artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d78bd
)
".section .bss" is portable to more platforms than plain ".bss"
author
deraadt
<deraadt@openbsd.org>
Sat, 3 Jun 2017 22:11:27 +0000
(22:11 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 3 Jun 2017 22:11:27 +0000
(22:11 +0000)
sys/conf/makegap.sh
patch
|
blob
|
history
diff --git
a/sys/conf/makegap.sh
b/sys/conf/makegap.sh
index
1e644be
..
87f08a5
100644
(file)
--- 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