Author: jpeach
Date: 2006-01-15 23:11:56 +0000 (Sun, 15 Jan 2006)
New Revision: 12952

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12952

Log:
Tell the MIPSPro compiler to push DEBUG calls out of line.
        svn merge -r 12950:12951 ../branches/SAMBA_3_0

Modified:
   trunk/source/include/debug.h


Changeset:
Modified: trunk/source/include/debug.h
===================================================================
--- trunk/source/include/debug.h        2006-01-15 23:09:17 UTC (rev 12951)
+++ trunk/source/include/debug.h        2006-01-15 23:11:56 UTC (rev 12952)
@@ -43,6 +43,12 @@
 BOOL dbgtext( const char *, ... ) PRINTF_ATTRIBUTE(1,2);
 BOOL dbghdr( int level, const char *file, const char *func, int line );
 
+#if defined(sgi) && (_COMPILER_VERSION >= 730)
+#pragma mips_frequency_hint NEVER Debug1
+#pragma mips_frequency_hint NEVER dbgtext
+#pragma mips_frequency_hint NEVER dbghdr
+#endif
+
 extern XFILE *dbf;
 extern pstring debugf;
 

Reply via email to