NetBSD portability fixes. (#346374, Thomas Klausner)

* pixops/*.S: NetBSD portability fixes.  (#346374,
        Thomas Klausner)
This commit is contained in:
Matthias Clasen 2006-07-02 15:28:33 +00:00
parent a0482815e7
commit 242ecccb64
5 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

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