X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Fglibc%2Fpatches%2F2.6.1%2F101-binutils_2_19.patch;fp=toolchain%2Fglibc%2Fpatches%2F2.6.1%2F101-binutils_2_19.patch;h=cc1b7401aa882ccfad717e0e50a4cf85a4a7f634;hp=0000000000000000000000000000000000000000;hb=ec7b663c86839b2ddc42b27fc472dfc1fbf0ebb8;hpb=a271aaa2dbe04f5ae79b9b5783def34b51c9cd82 diff --git a/toolchain/glibc/patches/2.6.1/101-binutils_2_19.patch b/toolchain/glibc/patches/2.6.1/101-binutils_2_19.patch new file mode 100644 index 0000000000..cc1b7401aa --- /dev/null +++ b/toolchain/glibc/patches/2.6.1/101-binutils_2_19.patch @@ -0,0 +1,12 @@ +diff -ruN glibc-2.6.1-old/sysdeps/i386/fpu/ftestexcept.c glibc-2.6.1-new/sysdeps/i386/fpu/ftestexcept.c +--- glibc-2.6.1-old/sysdeps/i386/fpu/ftestexcept.c 2004-03-05 11:14:48.000000000 +0100 ++++ glibc-2.6.1-new/sysdeps/i386/fpu/ftestexcept.c 2009-01-21 03:29:56.000000000 +0100 +@@ -26,7 +26,7 @@ + int + fetestexcept (int excepts) + { +- int temp; ++ short temp; + int xtemp = 0; + + /* Get current exceptions. */