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