diff options
author | Mike Baker <mbm@openwrt.org> | 2004-05-25 04:32:27 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-05-25 04:32:27 +0000 |
commit | e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98 (patch) | |
tree | a2e08d2be3224409a033d25af8861d9853e72de7 /obsolete-buildroot/sources/gcc-uclibc-3.3-loop.patch | |
parent | edab25e640eee1fd2ecc9d4dee916b5164cc35f8 (diff) | |
download | mtk-20170518-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.zip mtk-20170518-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.tar.gz mtk-20170518-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.tar.bz2 |
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.patch | 10 |
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 0000000..476f84b --- /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. */ |