diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-14 13:50:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-14 13:50:37 +0000 |
commit | 7ee5cfc1db56a98ce1a2531dfb003c548501ff56 (patch) | |
tree | 5c1799b512ab9e92b2a67d2f401629d5cd88e196 /sys/arch/vax/stand/srt0.s | |
parent | 55f2f372897984fef502b74b7966d4359c5729dd (diff) |
We are OpenBSD. That and international :-)
Diffstat (limited to 'sys/arch/vax/stand/srt0.s')
-rw-r--r-- | sys/arch/vax/stand/srt0.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/stand/srt0.s b/sys/arch/vax/stand/srt0.s index c29f36a3a8d..f96bc035eb1 100644 --- a/sys/arch/vax/stand/srt0.s +++ b/sys/arch/vax/stand/srt0.s @@ -1,4 +1,4 @@ -/* $OpenBSD: srt0.s,v 1.5 1998/02/03 11:48:28 maja Exp $ */ +/* $OpenBSD: srt0.s,v 1.6 1998/05/14 13:50:36 niklas Exp $ */ /* $NetBSD: srt0.s,v 1.9 1997/03/22 12:47:32 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. @@ -41,8 +41,8 @@ * position set in a.out header. */ -nisse: .set nisse,0 # pass -e nisse to ld gives OK start addr - .globl nisse +start0: .set start0,0 # passing -e start0 to ld gives OK start addr + .globl start0 _start: .globl _start nop;nop; # If we get called by calls, or something |