Commit 5dab517f by Jakub Jelinek Committed by Jakub Jelinek

* config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.

From-SVN: r59162
parent 783080ab
2002-11-16 Jakub Jelinek <jakub@redhat.com>
* config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.
2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
* optabs.c: Fix formatting.
......
......@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
#define NO_PROFILE_COUNTERS
#undef MCOUNT_NAME
#define MCOUNT_NAME mcount
#define MCOUNT_NAME "mcount"
#undef SIZE_TYPE
#define SIZE_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int")
......
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