Author: jpeach
Date: 2006-01-15 23:09:17 +0000 (Sun, 15 Jan 2006)
New Revision: 12951

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

Log:
Tell the MIPSPro compiler to push DEBUG calls out of line.

Modified:
   branches/SAMBA_3_0/source/include/debug.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/debug.h
===================================================================
--- branches/SAMBA_3_0/source/include/debug.h   2006-01-15 21:49:53 UTC (rev 
12950)
+++ branches/SAMBA_3_0/source/include/debug.h   2006-01-15 23:09:17 UTC (rev 
12951)
@@ -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