e98c821a0d
default the executable as not needing an executable stack, and it confuses gas on hppa. unbreaks both ports on hppa, no regression on other archs. With hints from kettenis@
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
$OpenBSD: patch-src_imageutils_asm_scale_S,v 1.1 2010/05/22 15:13:39 landry Exp $
|
|
--- src/imageutils/asm_scale.S.orig Sat May 22 13:12:22 2010
|
|
+++ src/imageutils/asm_scale.S Sat May 22 13:12:28 2010
|
|
@@ -806,5 +806,3 @@ PR_(mimageScale_mmx_AARGBA):
|
|
SIZE(mimageScale_mmx_AARGBA)
|
|
|
|
#endif
|
|
-
|
|
-.section .note.GNU-stack,"",%progbits
|