diff options
author | Brian Paul <[email protected]> | 2001-07-27 14:38:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-07-27 14:38:17 +0000 |
commit | 8a8d4740683197aa47f5b62bc23cdd0cd268fe3c (patch) | |
tree | 04fc15e49a28683cd5dacfc251efe154458ebdd4 /src/mesa | |
parent | dae1774e206188d951332d2285ea9cf8796d1a64 (diff) |
undo previous check-in (restore the @ symbols)
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/sparc/glapi_sparc.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S index fdd59f62a0a..781127bf27f 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: |