add kernel_text symbol
authormickey <mickey@openbsd.org>
Mon, 10 Feb 1997 08:34:22 +0000 (08:34 +0000)
committermickey <mickey@openbsd.org>
Mon, 10 Feb 1997 08:34:22 +0000 (08:34 +0000)
sys/arch/atari/atari/locore.s
sys/arch/pc532/pc532/locore.s

index 128db4e..c5eb67a 100644 (file)
@@ -53,6 +53,8 @@
 #include <atari/atari/vectors.s>
 
        .text
+_C_LABEL(kernel_text):
+
 /*
  * This is where we wind up if the kernel jumps to location 0.
  * (i.e. a bogus PC)  This is known to immediately follow the vector
index 71bb6a3..0637e3e 100644 (file)
@@ -80,6 +80,8 @@ __have_fpu:   .long 0
 
 .text
 .globl start
+.globl _C_LABEL(kernel_text)
+_C_LABEL(kernel_text) = start
 start:
        br here_we_go