[PATCH] add values to x86-64.h's #defines

David O'Brien obrien@FreeBSD.org
Mon Apr 28 15:31:00 GMT 2003


Honza pre-approved this patch off line.

2003-04-28  David O'Brien  <obrien@FreeBSD.org>

	* config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
	Define as 1.

Index: x86-64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/x86-64.h,v
retrieving revision 1.7
diff -u -r1.7 x86-64.h
--- x86-64.h	16 Nov 2002 13:33:38 -0000	1.7
+++ x86-64.h	28 Apr 2003 15:06:42 -0000
@@ -27,7 +27,7 @@
   (TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n])
 
 /* Output assembler code to FILE to call the profiler.  */
-#define NO_PROFILE_COUNTERS
+#define NO_PROFILE_COUNTERS 1
 
 #undef MCOUNT_NAME
 #define MCOUNT_NAME "mcount"
@@ -82,7 +82,7 @@
 #define DWARF2_UNWIND_INFO 1
 /* Incorrectly autodetected in cross compilation.  */
 #undef HAVE_AS_DWARF2_DEBUG_LINE
-#define HAVE_AS_DWARF2_DEBUG_LINE
+#define HAVE_AS_DWARF2_DEBUG_LINE 1
 
 #undef PREFERRED_DEBUGGING_TYPE
 #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG



More information about the Gcc-patches mailing list