diff options
Diffstat (limited to 'sys/arch/amd64/include/profile.h')
-rw-r--r-- | sys/arch/amd64/include/profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/profile.h b/sys/arch/amd64/include/profile.h index 56b984d2671..9cb638f6ad2 100644 --- a/sys/arch/amd64/include/profile.h +++ b/sys/arch/amd64/include/profile.h @@ -1,4 +1,4 @@ -/* $OpenBSD: profile.h,v 1.3 2006/10/28 16:20:04 kettenis Exp $ */ +/* $OpenBSD: profile.h,v 1.4 2012/08/22 17:19:35 pascal Exp $ */ /* $NetBSD: profile.h,v 1.3 2003/11/28 23:22:45 fvdl Exp $ */ /* @@ -34,7 +34,7 @@ #define _MCOUNT_DECL void _mcount -#ifdef PIC +#ifdef __PIC__ #define __MCPLT "@PLT" #else #define __MCPLT |