From 2ebd62a6f40d6a50cfaf5310e0540066c9a1c596 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Thu, 31 May 2012 00:21:41 -0700 Subject: [PATCH] fix regression in build on 32-bit linux gcc 4.6.1 --- src/modules/gtk2/scale_line_22_yuv_mmx.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/gtk2/scale_line_22_yuv_mmx.S b/src/modules/gtk2/scale_line_22_yuv_mmx.S index 12e451ee..6f4a3a56 100644 --- a/src/modules/gtk2/scale_line_22_yuv_mmx.S +++ b/src/modules/gtk2/scale_line_22_yuv_mmx.S @@ -19,6 +19,9 @@ */ .file "scale_line_22_yuv_mmx.S" .version "01.01" +#if !defined(__MINGW32__) && !defined(__CYGWIN__) + .section .note.GNU-stack,"",%progbits +#endif .extern printf @@ -31,8 +34,6 @@ MSG: .ascii "scale_line_22_yuv_mmx: %d %d\n" #if !defined(__MINGW32__) && !defined(__CYGWIN__) - .section .note.GNU-stack,"",%progbits - .globl pixops_scale_line_22_yuv_mmx .type pixops_scale_line_22_yuv_mmx,@function pixops_scale_line_22_yuv_mmx: -- 2.39.2