CVSROOT: /cvs Module name: ports Changes by: [email protected] 2010/05/22 09:13:39
Added files:
graphics/gwenview/patches: patch-src_imageutils_asm_scale_S
multimedia/k3b/patches: patch-src_fastscale_asm_scale_S
Log message:
Remove .section .note.GNU-stack from this asm file, we already mark by
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@
