#!/usr/bin/env python
-# $Id: glsparcasm.py,v 1.3 2001/06/06 22:55:28 davem69 Exp $
+# $Id: glsparcasm.py,v 1.4 2001/08/03 13:16:31 davem69 Exp $
# Mesa 3-D graphics library
# Version: 3.5
print '#include "glapioffsets.h"'
print ''
print '#define GL_PREFIX(n) gl##n'
- print '#define GLOBL_FN(x) .globl x ; .type x,@function'
+ print '#define GLOBL_FN(x) .globl x ; .type x,#function'
print ''
print '/* The _glapi_Dispatch symbol addresses get relocated into the'
print ' * sethi/or instruction sequences below at library init time.'
print '.align 64'
print ''
print '.globl _mesa_sparc_glapi_begin'
- print '.type _mesa_sparc_glapi_begin,@function'
+ print '.type _mesa_sparc_glapi_begin,#function'
print '_mesa_sparc_glapi_begin:'
print ''
return
print '\t nop'
print ''
print '.globl _mesa_sparc_glapi_end'
- print '.type _mesa_sparc_glapi_end,@function'
+ print '.type _mesa_sparc_glapi_end,#function'
print '_mesa_sparc_glapi_end:'
print ''
#endif
#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.
.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))
nop
.globl _mesa_sparc_glapi_end
-.type _mesa_sparc_glapi_end,@function
+.type _mesa_sparc_glapi_end,#function
_mesa_sparc_glapi_end: