This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix x86-64 bootstrap


Hi!

Installed as obvious on mainline and gcc-3_2-rhl8-branch.

2002-11-16  Jakub Jelinek  <jakub@redhat.com>

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

--- gcc/config/i386/x86-64.h.jj	2002-11-16 15:46:33.000000000 +0100
+++ gcc/config/i386/x86-64.h	2002-11-16 15:47:10.000000000 +0100
@@ -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")

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]