Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2004 12:31:36 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53002 for review
Message-ID:  <200405181931.i4IJVatZ097717@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53002

Change 53002 by peter@peter_daintree on 2004/05/18 12:31:35

	tjr suggests this patch to make gcc call the right function for mcount

Affected files ...

.. //depot/projects/hammer/contrib/gcc/config/i386/freebsd64.h#6 edit

Differences ...

==== //depot/projects/hammer/contrib/gcc/config/i386/freebsd64.h#6 (text+ko) ====

@@ -25,6 +25,9 @@
 #undef  TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (FreeBSD/x86-64 ELF)");
 
+#undef MCOUNT_NAME
+#define MCOUNT_NAME ".mcount"
+
 #undef  FBSD_TARGET_CPU_CPP_BUILTINS
 #define FBSD_TARGET_CPU_CPP_BUILTINS()		\
   do						\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405181931.i4IJVatZ097717>