artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660d6ab
)
Avoid use of _C_LABEL, since it is not portable to all our architectures.
author
deraadt
<deraadt@openbsd.org>
Mon, 5 Jun 2017 13:52:32 +0000
(13:52 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 5 Jun 2017 13:52:32 +0000
(13:52 +0000)
And anyways, everything is ELF now.
sys/conf/makegap.sh
patch
|
blob
|
history
diff --git
a/sys/conf/makegap.sh
b/sys/conf/makegap.sh
index
9a31fd4
..
3a9db58
100644
(file)
--- a/
sys/conf/makegap.sh
+++ b/
sys/conf/makegap.sh
@@
-12,7
+12,7
@@
cat << __EOF__
.balign PAGE_SIZE, $PADBYTE
.globl endboot
-
_C_LABEL(endboot)
:
+
endboot
:
.space PAGE_SIZE, $PADBYTE
.space $RANDOM % PAGE_SIZE, $PADBYTE
.balign 16, $PADBYTE