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
This commit is contained in:
parent
495d8dd6ac
commit
ff4cb2e75b
@ -1,3 +1,8 @@
|
||||
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__.
|
||||
|
@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
|
||||
(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 @@ Boston, MA 02111-1307, USA. */
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user