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 f2192cc..f89cc6c 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)