projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b73671
)
protected against elfish directives
author
Daniel Borca
<dborca@users.sourceforge.net>
Thu, 6 Jan 2005 07:40:33 +0000
(07:40 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Thu, 6 Jan 2005 07:40:33 +0000
(07:40 +0000)
src/mesa/x86/assyntax.h
patch
|
blob
|
history
diff --git
a/src/mesa/x86/assyntax.h
b/src/mesa/x86/assyntax.h
index f2192cc220e4022b8a95c04e5962036a5b407c41..f89cc6c575a0dbe582fe42c87af60c53aec5b6b0 100644
(file)
--- a/
src/mesa/x86/assyntax.h
+++ b/
src/mesa/x86/assyntax.h
@@
-1731,7
+1731,7
@@
SECTION _DATA public align=16 class=DATA use32 flat
#endif
/* hidden symbol visibility support */
-#if
def GNU_ASSEMBLER
+#if
defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__)
#define HIDDEN(a) .hidden a
#else
#define HIDDEN(a)