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:
Tor Lillqvist 2002-09-28 02:50:58 +00:00 committed by Tor Lillqvist
parent bf67d2f158
commit 6311f552e1
5 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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