summaryrefslogtreecommitdiff
path: root/src/mesa/sparc
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-07-27 14:06:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-07-27 14:06:35 +0000
commit24d9350897a69b972fbb46bc2848f858368e749e (patch)
treea41f100a825202eb776f87d573f0a8b3774ce5ab /src/mesa/sparc
parent73fc243420574801a6a9aa0888b57b1e531b2bec (diff)
replaced @ with ## or # to allow compilation on SunOS 5.6 (Bug 442742)
Diffstat (limited to 'src/mesa/sparc')
-rw-r--r--src/mesa/sparc/glapi_sparc.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S
index 781127bf27..fdd59f62a0 100644
--- a/src/mesa/sparc/glapi_sparc.S
+++ b/src/mesa/sparc/glapi_sparc.S
@@ -2,7 +2,7 @@
#include "glapioffsets.h"
#define GL_PREFIX(n) gl##n
-#define GLOBL_FN(x) .globl x ; .type x,@function
+#define GLOBL_FN(x) .globl x ; .type x,##function
/* The _glapi_Dispatch symbol addresses get relocated into the
* sethi/or instruction sequences below at library init time.
@@ -21,7 +21,7 @@ __glapi_sparc_icache_flush: /* %o0 = insn_addr */
.align 64
.globl _mesa_sparc_glapi_begin
-.type _mesa_sparc_glapi_begin,@function
+.type _mesa_sparc_glapi_begin,#function
_mesa_sparc_glapi_begin:
GLOBL_FN(GL_PREFIX(NewList))
@@ -11768,6 +11768,6 @@ GL_PREFIX(SamplePatternSGIS):
nop
.globl _mesa_sparc_glapi_end
-.type _mesa_sparc_glapi_end,@function
+.type _mesa_sparc_glapi_end,#function
_mesa_sparc_glapi_end: