From b52d06f3372cb4ec3ab32061dd2269f67786157a Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 5 Sep 2001 08:22:37 +0000 Subject: Use __GLOBAL_OFFSET_TABLE_ consistently. --- sys/arch/i386/include/asm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/i386/include/asm.h b/sys/arch/i386/include/asm.h index e3789715d03..c2f3fa9d271 100644 --- a/sys/arch/i386/include/asm.h +++ b/sys/arch/i386/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.4 2000/08/05 22:07:31 niklas Exp $ */ +/* $OpenBSD: asm.h,v 1.5 2001/09/05 08:22:36 espie Exp $ */ /* $NetBSD: asm.h,v 1.7 1994/10/27 04:15:56 cgd Exp $ */ /*- @@ -48,7 +48,7 @@ call 1f; \ 1: \ popl %ebx; \ - addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx + addl $__GLOBAL_OFFSET_TABLE_+[.-1b], %ebx #define PIC_EPILOGUE \ popl %ebx #define PIC_PLT(x) x@PLT -- cgit v1.2.3