diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-16 23:42:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-16 23:42:22 +0000 |
commit | 100805ccfe22a22c338cfb81c56d6093e9e798ec (patch) | |
tree | 0b2000d48ac29a911826be905d059660234138ed /sys/arch/hp300 | |
parent | 0128f88bc24ff2e5c7a87158e6574c5f09601517 (diff) |
Same .text vs .data issue as for mvme68k.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/vectors.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/vectors.s b/sys/arch/hp300/hp300/vectors.s index 4186fba127a..2892a4f9c2a 100644 --- a/sys/arch/hp300/hp300/vectors.s +++ b/sys/arch/hp300/hp300/vectors.s @@ -1,4 +1,4 @@ -| $OpenBSD: vectors.s,v 1.6 1997/09/23 07:09:54 downsj Exp $ +| $OpenBSD: vectors.s,v 1.7 2002/04/16 23:42:20 miod Exp $ | $NetBSD: vectors.s,v 1.12 1997/07/14 19:18:32 thorpej Exp $ | Copyright (c) 1997 Jason R. Thorpe. All rights reserved. @@ -52,7 +52,7 @@ * in locore.s once we know our CPU type. */ - .text + .data GLOBAL(vectab) VECTOR_UNUSED /* 0: NOT USED (reset SSP) */ VECTOR_UNUSED /* 1: NOT USED (reset PC) */ |