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 | |
parent | 0128f88bc24ff2e5c7a87158e6574c5f09601517 (diff) |
Same .text vs .data issue as for mvme68k.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/hp300/vectors.s | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/vectors.s | 4 |
2 files changed, 4 insertions, 4 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) */ diff --git a/sys/arch/mac68k/mac68k/vectors.s b/sys/arch/mac68k/mac68k/vectors.s index 675deaa1cc1..85101bc8b5d 100644 --- a/sys/arch/mac68k/mac68k/vectors.s +++ b/sys/arch/mac68k/mac68k/vectors.s @@ -1,4 +1,4 @@ -/* $OpenBSD: vectors.s,v 1.3 2001/05/08 17:30:41 aaron Exp $ */ +/* $OpenBSD: vectors.s,v 1.4 2002/04/16 23:42:21 miod Exp $ */ | $NetBSD: vectors.s,v 1.9 1997/09/03 06:16:24 scottr Exp $ | Copyright (c) 1988 University of Utah @@ -46,7 +46,7 @@ VECTOR(badtrap) ; VECTOR(badtrap) ; \ VECTOR(badtrap) ; VECTOR(badtrap) - .text + .data GLOBAL(vectab) VECTOR_UNUSED /* 0: NOT USED (reset SSP) */ VECTOR_UNUSED /* 1: NOT USED (reset PC) */ |