forked from AuroraMiddleware/gtk
NetBSD portability fixes. (#346374, Thomas Klausner)
* pixops/*.S: NetBSD portability fixes. (#346374, Thomas Klausner)
This commit is contained in:
parent
a0482815e7
commit
242ecccb64
@ -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>
|
||||
|
@ -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__
|
||||
|
@ -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__
|
||||
|
@ -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__
|
||||
|
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user