forked from AuroraMiddleware/gtk
Don't use .type on Cygwin, either (#91597, Masahiro Sakai).
2002-09-28 Tor Lillqvist <tml@iki.fi> * pixops/*.S: Don't use .type on Cygwin, either (#91597, Masahiro Sakai).
This commit is contained in:
parent
bf67d2f158
commit
6311f552e1
@ -1,3 +1,8 @@
|
||||
2002-09-28 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* pixops/*.S: Don't use .type on Cygwin, either (#91597, Masahiro
|
||||
Sakai).
|
||||
|
||||
2002-09-27 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* io-ico.c (gdk_pixbuf__ico_image_begin_load): Free the context if
|
||||
|
@ -4,7 +4,7 @@ gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
.globl pixops_composite_line_22_4a4_mmx
|
||||
.type pixops_composite_line_22_4a4_mmx,@function
|
||||
|
@ -4,7 +4,7 @@ gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
.globl pixops_composite_line_color_22_4a4_mmx
|
||||
.type pixops_composite_line_color_22_4a4_mmx,@function
|
||||
|
@ -4,7 +4,7 @@ gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
.globl pixops_have_mmx
|
||||
.type pixops_have_mmx,@function
|
||||
|
@ -4,7 +4,7 @@ gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
|
||||
.globl pixops_scale_line_22_33_mmx
|
||||
.type pixops_scale_line_22_33_mmx,@function
|
||||
|
Loading…
Reference in New Issue
Block a user