aboutsummaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-05-25 04:32:27 +0000
committerMike Baker <mbm@openwrt.org>2004-05-25 04:32:27 +0000
commite5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98 (patch)
treea2e08d2be3224409a033d25af8861d9853e72de7 /obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch
parentedab25e640eee1fd2ecc9d4dee916b5164cc35f8 (diff)
downloadupstream-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.tar.gz
upstream-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.tar.bz2
upstream-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.zip
Initial revision
SVN-Revision: 30
Diffstat (limited to 'obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch')
-rw-r--r--obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch b/obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch
new file mode 100644
index 0000000000..476f84b377
--- /dev/null
+++ b/obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch
@@ -0,0 +1,10 @@
+--- gcc/gcc/loop.c 14 Feb 2004 14:46:03 -0000 1.488.2.3
++++ gcc/gcc/loop.c 28 Apr 2004 22:02:53 -0000
+@@ -929,6 +929,7 @@
+ || (! (GET_CODE (SET_SRC (set)) == REG
+ && (REGNO (SET_SRC (set))
+ < FIRST_PSEUDO_REGISTER))))
++ && regno >= FIRST_PSEUDO_REGISTER
+ /* This test is not redundant; SET_SRC (set) might be
+ a call-clobbered register and the life of REGNO
+ might span a call. */