summaryrefslogtreecommitdiff
path: root/sys/arch/pc532
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-02-10 08:34:25 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-02-10 08:34:25 +0000
commit92a4594b391d1b6615e29f92fd84176b93c93915 (patch)
tree4b88d9f8bdee0c1dc407c890fb94c3e8a15231a5 /sys/arch/pc532
parentb0c0e03001cfcbc45e308b0e8dfd56996cea6afa (diff)
add kernel_text symbol
Diffstat (limited to 'sys/arch/pc532')
-rw-r--r--sys/arch/pc532/pc532/locore.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/pc532/pc532/locore.s b/sys/arch/pc532/pc532/locore.s
index 71bb6a36570..0637e3ebe6c 100644
--- a/sys/arch/pc532/pc532/locore.s
+++ b/sys/arch/pc532/pc532/locore.s
@@ -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