PERFORCE change 53002 for review

Peter Wemm peter at FreeBSD.org
Tue May 18 16:12:25 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=53002

Change 53002 by peter at 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						\


More information about the p4-projects mailing list