From 04e7fd24a059d69f3b636d1c638fef765ce341dd Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 23 Mar 2007 15:21:26 +0000 Subject: [PATCH] * removed obsolete uclibc patches git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20544 10447126-35f2-4685-b0cf-6dd780d3921f --- .../gcc-830-gcc-bug-num-22167.patch.disabled | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 base/uclibc/patches/gcc-830-gcc-bug-num-22167.patch.disabled diff --git a/base/uclibc/patches/gcc-830-gcc-bug-num-22167.patch.disabled b/base/uclibc/patches/gcc-830-gcc-bug-num-22167.patch.disabled deleted file mode 100644 index c4b15496d..000000000 --- a/base/uclibc/patches/gcc-830-gcc-bug-num-22167.patch.disabled +++ /dev/null @@ -1,31 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../uclibc/patches/gcc-830-gcc-bug-num-22167.patch.disabled -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- T2-COPYRIGHT-NOTE-END --- -Index: gcc/gcse.c -=================================================================== -RCS file: /cvs/gcc/gcc/gcc/gcse.c,v -retrieving revision 1.288.2.9 -diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.288.2.9 gcse.c ---- gcc/gcc/gcse.c 30 Oct 2004 18:02:53 -0000 1.288.2.9 -+++ gcc/gcc/gcse.c 14 Jul 2005 13:19:57 -0000 -@@ -6445,7 +6445,7 @@ hoist_code (void) - insn_inserted_p = 0; - - /* These tests should be the same as the tests above. */ -- if (TEST_BIT (hoist_vbeout[bb->index], i)) -+ if (TEST_BIT (hoist_exprs[bb->index], i)) - { - /* We've found a potentially hoistable expression, now - we look at every block BB dominates to see if it