head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.16 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.14 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.1.0.2 pkgsrc-2008Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2008.04.11.16.58.47; author drochner; state dead; branches; next 1.1; 1.1 date 2008.03.12.21.05.32; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 0.3.14 sorry, no changelog available (The only message to the subject in the mailing list says "Release notes tomorrow".), a number of bugfixes afaict @ text @$NetBSD: patch-ah,v 1.1 2008/03/12 21:05:32 drochner Exp $ --- liboil/i386_amd64/copy.c.orig 2008-03-03 17:35:30.000000000 +0100 +++ liboil/i386_amd64/copy.c @@@@ -375,7 +375,8 @@@@ static void splat_u16_ns_mmx (uint16_t * " emms\n" : [dest] "+r" (dest), [n] "+r" (n) - : [src] "r" (src)); + : [src] "r" (src) + : "ecx"); } OIL_DEFINE_IMPL_FULL (splat_u16_ns_mmx, splat_u16_ns, OIL_IMPL_FLAG_MMX|OIL_IMPL_FLAG_MMXEXT); @@@@ -401,7 +402,8 @@@@ static void splat_u16_ns_mmx_2 (uint16_t " emms\n" : [dest] "+r" (dest), [n] "+r" (n) - : [src] "r" (src)); + : [src] "r" (src) + : "ecx"); } OIL_DEFINE_IMPL_FULL (splat_u16_ns_mmx_2, splat_u16_ns, OIL_IMPL_FLAG_MMX|OIL_IMPL_FLAG_MMXEXT); @@@@ -429,7 +431,8 @@@@ static void splat_u16_ns_mmx_3 (uint16_t " emms\n" : [dest] "+r" (dest), [n] "+r" (n) - : [src] "r" (src)); + : [src] "r" (src) + : "ecx"); } OIL_DEFINE_IMPL_FULL (splat_u16_ns_mmx_3, splat_u16_ns, OIL_IMPL_FLAG_MMX|OIL_IMPL_FLAG_MMXEXT); @ 1.1 log @add two patches from upstream: -link against librt is needed -fix some gcc inline asm for mmx to declare %ecx clobbered @ text @d1 1 a1 1 $NetBSD$ @