diff options
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/freebsd.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/netbsd-elf.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index 7e9af2e818e..64b152f0d49 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA. */ (TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n]) #undef NO_PROFILE_COUNTERS -#define NO_PROFILE_COUNTERS +#define NO_PROFILE_COUNTERS 1 /* Tell final.c that we don't need a label passed to mcount. */ diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 15733930408..90dcd1dad5c 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */ To the best of my knowledge, no Linux libc has required the label argument to mcount. */ -#define NO_PROFILE_COUNTERS +#define NO_PROFILE_COUNTERS 1 #undef MCOUNT_NAME #define MCOUNT_NAME "mcount" diff --git a/gcc/config/i386/netbsd-elf.h b/gcc/config/i386/netbsd-elf.h index 4f49bd3e84f..3d779499c5f 100644 --- a/gcc/config/i386/netbsd-elf.h +++ b/gcc/config/i386/netbsd-elf.h @@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */ /* Output assembler code to FILE to call the profiler. */ #undef NO_PROFILE_COUNTERS -#define NO_PROFILE_COUNTERS +#define NO_PROFILE_COUNTERS 1 #undef FUNCTION_PROFILER #define FUNCTION_PROFILER(FILE, LABELNO) \ |