]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- fix for new asm (http://www.nabble.com/PATCH:-Use-short-for-fnstsw-td14775171.html)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Mar 2008 20:25:48 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-fnstsw.patch -> 1.1

glibc-fnstsw.patch [new file with mode: 0644]

diff --git a/glibc-fnstsw.patch b/glibc-fnstsw.patch
new file mode 100644 (file)
index 0000000..21b49d8
--- /dev/null
@@ -0,0 +1,17 @@
+Index: sysdeps/i386/fpu/ftestexcept.c
+===================================================================
+RCS file: /cvs/glibc/libc/sysdeps/i386/fpu/ftestexcept.c,v
+retrieving revision 1.5
+retrieving revision 1.6
+diff -u -u -r1.5 -r1.6
+--- sysdeps/i386/fpu/ftestexcept.c     5 Mar 2004 10:14:48 -0000       1.5
++++ sysdeps/i386/fpu/ftestexcept.c     22 Jan 2008 18:36:15 -0000      1.6
+@@ -26,7 +26,7 @@
+ int
+ fetestexcept (int excepts)
+ {
+-  int temp;
++  short temp;
+   int xtemp = 0;
+   /* Get current exceptions.  */
This page took 0.071245 seconds and 4 git commands to generate.