From 8b14dec9ba201ac001f66861e4d8a10062ff9aae Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Tue, 8 Dec 1998 10:22:31 +0000 Subject: Use CNAME macro for pc98_system_parameter, which is referenced from C source. Submitted by: Masanori Kanaoka --- sys/amd64/amd64/locore.S | 6 +++--- sys/amd64/amd64/locore.s | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index 688a5c29f62b..42955056d423 100644 --- a/sys/amd64/amd64/locore.S +++ b/sys/amd64/amd64/locore.S @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 - * $Id: locore.s,v 1.116 1998/10/10 13:37:16 kato Exp $ + * $Id: locore.s,v 1.117 1998/11/03 21:07:50 msmith Exp $ * * originally from: locore.s, by William F. Jolitz * @@ -206,9 +206,9 @@ NON_GPROF_ENTRY(btext) #ifdef PC98 jmp 1f - .globl _pc98_system_parameter + .globl CNAME(pc98_system_parameter) .org 0x400 -_pc98_system_parameter: +CNAME(pc98_system_parameter): .space 0x240 /* BIOS parameter block */ 1: /* save SYSTEM PARAMETER for resume (NS/T or other) */ diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s index 688a5c29f62b..42955056d423 100644 --- a/sys/amd64/amd64/locore.s +++ b/sys/amd64/amd64/locore.s @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 - * $Id: locore.s,v 1.116 1998/10/10 13:37:16 kato Exp $ + * $Id: locore.s,v 1.117 1998/11/03 21:07:50 msmith Exp $ * * originally from: locore.s, by William F. Jolitz * @@ -206,9 +206,9 @@ NON_GPROF_ENTRY(btext) #ifdef PC98 jmp 1f - .globl _pc98_system_parameter + .globl CNAME(pc98_system_parameter) .org 0x400 -_pc98_system_parameter: +CNAME(pc98_system_parameter): .space 0x240 /* BIOS parameter block */ 1: /* save SYSTEM PARAMETER for resume (NS/T or other) */ -- cgit v1.2.3