[Pkg-sdl-commits] r177 - in unstable/libsdl1.2/debian: . patches

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Jan 31 01:53:16 UTC 2008


Author: aurel32
Date: 2008-01-31 01:53:16 +0000 (Thu, 31 Jan 2008)
New Revision: 177

Added:
   unstable/libsdl1.2/debian/patches/220_std_cld.diff
Modified:
   unstable/libsdl1.2/debian/changelog
   unstable/libsdl1.2/debian/patches/series
Log:
  * debian/patches/220_std_cld.diff
    + Clear the direction flag at the end of inline assembly code when
      it has been modified (Closes: #462794).



Modified: unstable/libsdl1.2/debian/changelog
===================================================================
--- unstable/libsdl1.2/debian/changelog	2008-01-23 23:26:42 UTC (rev 176)
+++ unstable/libsdl1.2/debian/changelog	2008-01-31 01:53:16 UTC (rev 177)
@@ -1,3 +1,11 @@
+libsdl1.2 (1.2.13-2) unstable; urgency=low
+
+  * debian/patches/220_std_cld.diff
+    + Clear the direction flag at the end of inline assembly code when
+      it has been modified (Closes: #462794).
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 31 Jan 2008 02:41:54 +0100
+
 libsdl1.2 (1.2.13-1) unstable; urgency=low
 
   * New upstream release.

Added: unstable/libsdl1.2/debian/patches/220_std_cld.diff
===================================================================
--- unstable/libsdl1.2/debian/patches/220_std_cld.diff	                        (rev 0)
+++ unstable/libsdl1.2/debian/patches/220_std_cld.diff	2008-01-31 01:53:16 UTC (rev 177)
@@ -0,0 +1,10 @@
+--- libsdl1.2-1.2.13.orig/include/SDL_stdinc.h	2008-01-02 19:28:38.000000000 +0100
++++ libsdl1.2-1.2.13/include/SDL_stdinc.h	2008-01-28 09:05:53.000000000 +0100
+@@ -329,6 +329,7 @@
+ 	__asm__ __volatile__ (				\
+ 		"std\n\t"				\
+ 		"rep ; movsl\n\t"			\
++		"cld\n\t"				\
+ 		: "=&c" (u0), "=&D" (u1), "=&S" (u2)	\
+ 		: "0" (n >> 2),				\
+ 		  "1" (dstp+(n-4)), "2" (srcp+(n-4))	\

Modified: unstable/libsdl1.2/debian/patches/series
===================================================================
--- unstable/libsdl1.2/debian/patches/series	2008-01-23 23:26:42 UTC (rev 176)
+++ unstable/libsdl1.2/debian/patches/series	2008-01-31 01:53:16 UTC (rev 177)
@@ -17,4 +17,5 @@
 216_page_size.diff
 217_x11_keytounicode.diff
 218_joystick_memmove.diff
+220_std_cld.diff
 300_dont_propagate_lpthread.diff




More information about the pkg-sdl-commits mailing list