fixed up Makefile to make emacs happy, updated download locations
[nestedvm.git] / upstream / patches / gpc-with-3.3.3.patch
1 --- gcc/p/diffs/gcc-3.3.diff~   2004-05-21 02:17:02.000000000 -0400
2 +++ gcc/p/diffs/gcc-3.3.diff    2004-05-21 02:17:02.000000000 -0400
3 @@ -727,22 +727,3 @@
4          abort ();
5        }
6    
7 -*** gcc/varasm.c       Sat Aug 16 19:06:03 2003
8 ---- gcc/varasm.c       Sat Aug 16 19:04:13 2003
9 -***************
10 -*** 2411,2417 ****
11 -         if (get_set_constructor_bytes (t2, tmp2, len) != NULL_TREE)
12 -           return 0;
13 -  
14 -!        return memcmp (tmp1, tmp2, len) != 0;
15 -       }
16 -        else
17 -       {
18 ---- 2411,2417 ----
19 -         if (get_set_constructor_bytes (t2, tmp2, len) != NULL_TREE)
20 -           return 0;
21 -  
22 -!        return memcmp (tmp1, tmp2, len) == 0;
23 -       }
24 -        else
25 -       {