protected against elfish directives
authorDaniel Borca <dborca@users.sourceforge.net>
Thu, 6 Jan 2005 07:40:33 +0000 (07:40 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Thu, 6 Jan 2005 07:40:33 +0000 (07:40 +0000)
src/mesa/x86/assyntax.h

index f2192cc220e4022b8a95c04e5962036a5b407c41..f89cc6c575a0dbe582fe42c87af60c53aec5b6b0 100644 (file)
@@ -1731,7 +1731,7 @@ SECTION _DATA public align=16 class=DATA use32 flat
 #endif
 
 /* hidden symbol visibility support */
-#ifdef GNU_ASSEMBLER
+#if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__)
 #define HIDDEN(a)       .hidden a
 #else
 #define HIDDEN(a)