diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-21 23:19:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-21 23:19:18 +0000 |
commit | 9c58800e1be6cdc73c2680660a37679e14e02345 (patch) | |
tree | e2b8b93821733b338ab969f6165ff36df9b3d0c5 | |
parent | 6c58cbc307f2a3f9ed1df1335c8eebe774c1a109 (diff) |
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 |