summaryrefslogtreecommitdiff
path: root/toolchain/glibc/patches/binutils.patch
blob: 5b1bd763e7d2ffac6d21c73b110c2d935e190302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur glibc-2.7.orig/sysdeps/i386/fpu/ftestexcept.c glibc-2.7/sysdeps/i386/fpu/ftestexcept.c
--- glibc-2.7.orig/sysdeps/i386/fpu/ftestexcept.c	2004-03-05 11:14:48.000000000 +0100
+++ glibc-2.7/sysdeps/i386/fpu/ftestexcept.c	2008-12-22 01:03:19.000000000 +0100
@@ -26,7 +26,7 @@
 int
 fetestexcept (int excepts)
 {
-  int temp;
+  short temp;
   int xtemp = 0;
 
   /* Get current exceptions.  */