artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c895f
)
Don't need to provide a padbyte value for .bss, it will always be 0
author
deraadt
<deraadt@openbsd.org>
Sun, 4 Jun 2017 13:55:04 +0000
(13:55 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 4 Jun 2017 13:55:04 +0000
(13:55 +0000)
pointed out by kettenis
sys/conf/makegap.sh
patch
|
blob
|
history
diff --git
a/sys/conf/makegap.sh
b/sys/conf/makegap.sh
index
87f08a5
..
9a31fd4
100644
(file)
--- a/
sys/conf/makegap.sh
+++ b/
sys/conf/makegap.sh
@@
-25,7
+25,7
@@
_C_LABEL(endboot):
.space $RANDOM % PAGE_SIZE, $PADBYTE
.section .bss
- .space $RANDOM % PAGE_SIZE
, $PADBYTE
+ .space $RANDOM % PAGE_SIZE
.section .rodata
.space $RANDOM % PAGE_SIZE, $PADBYTE