diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-02 15:28:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-02 15:28:33 +0000 |
commit | 242ecccb6453eeb2f263d31a6f8e435502763224 (patch) | |
tree | d779b6edbafe3eaca651fc5849e21d63b2853464 /gdk-pixbuf | |
parent | a0482815e7334943abe09e541b1e6215f2560965 (diff) | |
download | gtk+-242ecccb6453eeb2f263d31a6f8e435502763224.tar.gz |
NetBSD portability fixes. (#346374, Thomas Klausner)
* pixops/*.S: NetBSD portability fixes. (#346374,
Thomas Klausner)
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 3 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/have_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/scale_line_22_33_mmx.S | 2 |
5 files changed, 7 insertions, 4 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 0e409eaa57..0355c5135c 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,8 @@ 2006-06-21 Matthias Clasen <mclasen@redhat.com> + * pixops/*.S: NetBSD portability fixes. (#346374, + Thomas Klausner) + * === Released 2.9.4 === 2006-06-12 Matthias Clasen <mclasen@redhat.com> diff --git a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S index 4969fa7d12..232bddf407 100644 --- a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S index 64a8246e4b..ab7c8729e2 100644 --- a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/have_mmx.S b/gdk-pixbuf/pixops/have_mmx.S index 7064c8f746..eb72678050 100644 --- a/gdk-pixbuf/pixops/have_mmx.S +++ b/gdk-pixbuf/pixops/have_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S index da2ff61721..53144aef9d 100644 --- a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S +++ b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ |