diff options
author | Ned Ludd <solar@gentoo.org> | 2004-05-04 22:42:30 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-05-04 22:42:30 +0000 |
commit | 30350f7f7fb709e4af7d046d78649991e5907765 (patch) | |
tree | 90510aee6cfa9284f98c90ec3ac62a923a8153d2 /sys-devel/gcc/files/3.3.3 | |
parent | Stable on alpha. (diff) | |
download | historical-30350f7f7fb709e4af7d046d78649991e5907765.tar.gz historical-30350f7f7fb709e4af7d046d78649991e5907765.tar.bz2 historical-30350f7f7fb709e4af7d046d78649991e5907765.zip |
added gcc-uclibc-3.3-loop.patch
Diffstat (limited to 'sys-devel/gcc/files/3.3.3')
-rw-r--r-- | sys-devel/gcc/files/3.3.3/gcc-uclibc-3.3-loop.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/3.3.3/gcc-uclibc-3.3-loop.patch b/sys-devel/gcc/files/3.3.3/gcc-uclibc-3.3-loop.patch new file mode 100644 index 000000000000..8fab7556f1a2 --- /dev/null +++ b/sys-devel/gcc/files/3.3.3/gcc-uclibc-3.3-loop.patch @@ -0,0 +1,10 @@ +--- gcc/gcc/gcc/loop.c 14 Feb 2004 14:46:03 -0000 1.488.2.3 ++++ gcc/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. */ |