forked from AuroraMiddleware/gtk
Add necessary protection
This commit is contained in:
parent
6a6b50c241
commit
d16ad30f40
@ -1,13 +1,16 @@
|
||||
.file "composite_line_22_4a4_mmx.S"
|
||||
.version "01.01"
|
||||
.section .note.GNU-stack, "", @progbits
|
||||
.previous
|
||||
gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
#if !defined __powerpc64__ && !defined __ia64__
|
||||
.section .note.GNU-stack; .previous
|
||||
#endif
|
||||
|
||||
.globl _pixops_composite_line_22_4a4_mmx
|
||||
.type _pixops_composite_line_22_4a4_mmx,@function
|
||||
_pixops_composite_line_22_4a4_mmx:
|
||||
|
@ -1,13 +1,16 @@
|
||||
.file "composite_line_color_22_4a4_mmx.S"
|
||||
.version "01.01"
|
||||
.section .note.GNU-stack, "", @progbits
|
||||
.previous
|
||||
gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
#if !defined __powerpc64__ && !defined __ia64__
|
||||
.section .note.GNU-stack; .previous
|
||||
#endif
|
||||
|
||||
.globl _pixops_composite_line_color_22_4a4_mmx
|
||||
.type _pixops_composite_line_color_22_4a4_mmx,@function
|
||||
_pixops_composite_line_color_22_4a4_mmx:
|
||||
|
@ -1,14 +1,16 @@
|
||||
|
||||
.file "have_mmx.S"
|
||||
.version "01.01"
|
||||
.section .note.GNU-stack, "", @progbits
|
||||
.previous
|
||||
gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
#if !defined __powerpc64__ && !defined __ia64__
|
||||
.section .note.GNU-stack; .previous
|
||||
#endif
|
||||
|
||||
.globl _pixops_have_mmx
|
||||
.type _pixops_have_mmx,@function
|
||||
_pixops_have_mmx:
|
||||
|
@ -1,13 +1,16 @@
|
||||
.file "scale_line_22_33_mmx.S"
|
||||
.version "01.01"
|
||||
.section .note.GNU-stack, "", @progbits
|
||||
.previous
|
||||
gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
/* Magic indicating no need for an executable stack */
|
||||
#if !defined __powerpc64__ && !defined __ia64__
|
||||
.section .note.GNU-stack; .previous
|
||||
#endif
|
||||
|
||||
.globl _pixops_scale_line_22_33_mmx
|
||||
.type _pixops_scale_line_22_33_mmx,@function
|
||||
_pixops_scale_line_22_33_mmx:
|
||||
|
Loading…
Reference in New Issue
Block a user