Avoid use of _C_LABEL, since it is not portable to all our architectures.
authorderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 13:52:32 +0000 (13:52 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 13:52:32 +0000 (13:52 +0000)
And anyways, everything is ELF now.

sys/conf/makegap.sh

index 9a31fd4..3a9db58 100644 (file)
@@ -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