diff options
author | 1999-05-21 23:19:17 +0000 | |
---|---|---|
committer | 1999-05-21 23:19:17 +0000 | |
commit | aa686748bc738ac425156a249e9ea472be0db5ac (patch) | |
tree | 1261d71402f60408346bbe1b4854cb7da7852a0c | |
parent | For hard expiration-pressure you need to protect PF_KEY socket (diff) | |
download | wireguard-openbsd-aa686748bc738ac425156a249e9ea472be0db5ac.tar.xz wireguard-openbsd-aa686748bc738ac425156a249e9ea472be0db5ac.zip |
s/globl/export/g
-rw-r--r-- | sys/arch/hppa/hppa/locore.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S index b416374c38b..b775efc41e2 100644 --- a/sys/arch/hppa/hppa/locore.S +++ b/sys/arch/hppa/hppa/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.8 1999/05/21 17:06:56 mickey Exp $ */ +/* $OpenBSD: locore.S,v 1.9 1999/05/21 23:19:17 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -284,7 +284,7 @@ EXIT(__start) * those in the C library. */ .align NBPG - .globl gateway_page, code + .export gateway_page, entry gateway_page nop /* @ 0.C0000000 (Nothing) */ gate,n $bsd_syscall,r0 /* @ 0.C0000004 (HPUX/BSD) */ @@ -339,7 +339,7 @@ $bsd_syscall be,n R%$syscall(sr1,r1) nop - .globl gateway_page_end, code + .export gateway_page_end, code gateway_page_end .import syscall,code |