* config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Nov 2002 13:33:38 +0000 (13:33 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Nov 2002 13:33:38 +0000 (13:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59162 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/x86-64.h

index a44d60d..4938131 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 7af95fe..37a2a30 100644 (file)
@@ -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")