Commit ff4cb2e7 by David O'Brien Committed by David O'Brien

x86-64.h (NO_PROFILE_COUNTERS, [...]): Define as 1.

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.

From-SVN: r66174
parent 495d8dd6
2003-04-28 David O'Brien <obrien@FreeBSD.org> 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.
2003-04-28 David O'Brien <obrien@FreeBSD.org>
* config/i386/i386.h (builtin_define): Add __amd64 and __amd64__. * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
2003-04-28 Jakub Jelinek <jakub@redhat.com> 2003-04-28 Jakub Jelinek <jakub@redhat.com>
......
...@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
(TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n]) (TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n])
/* Output assembler code to FILE to call the profiler. */ /* Output assembler code to FILE to call the profiler. */
#define NO_PROFILE_COUNTERS #define NO_PROFILE_COUNTERS 1
#undef MCOUNT_NAME #undef MCOUNT_NAME
#define MCOUNT_NAME "mcount" #define MCOUNT_NAME "mcount"
...@@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */
#define DWARF2_UNWIND_INFO 1 #define DWARF2_UNWIND_INFO 1
/* Incorrectly autodetected in cross compilation. */ /* Incorrectly autodetected in cross compilation. */
#undef HAVE_AS_DWARF2_DEBUG_LINE #undef HAVE_AS_DWARF2_DEBUG_LINE
#define HAVE_AS_DWARF2_DEBUG_LINE #define HAVE_AS_DWARF2_DEBUG_LINE 1
#undef PREFERRED_DEBUGGING_TYPE #undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment