patches/gcc/4.3.0/280-pr25343.patch
changeset 1779 708c0b301c7b
parent 1778 9d1c1b6af205
child 1780 9c03c1a508d8
     1.1 --- a/patches/gcc/4.3.0/280-pr25343.patch	Sun Jan 31 12:22:54 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.0/gentoo/66_all_gcc43-pr25343.patch
     1.5 -http://gcc.gnu.org/PR25343
     1.6 -
     1.7 -sniped from Debian
     1.8 -
     1.9 -2008-04-27  Roman Zippel <zippel@linux-m68k.org>
    1.10 -
    1.11 -	* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.
    1.12 -
    1.13 -diff -durN gcc-4.3.0.orig/gcc/config/host-linux.c gcc-4.3.0/gcc/config/host-linux.c
    1.14 ---- gcc-4.3.0.orig/gcc/config/host-linux.c	2007-08-02 12:49:31.000000000 +0200
    1.15 -+++ gcc-4.3.0/gcc/config/host-linux.c	2008-06-10 14:45:20.000000000 +0200
    1.16 -@@ -84,6 +84,8 @@
    1.17 - # define TRY_EMPTY_VM_SPACE	0x8000000000
    1.18 - #elif defined(__sparc__)
    1.19 - # define TRY_EMPTY_VM_SPACE	0x60000000
    1.20 -+#elif defined(__mc68000__)
    1.21 -+# define TRY_EMPTY_VM_SPACE	0x40000000
    1.22 - #else
    1.23 - # define TRY_EMPTY_VM_SPACE	0
    1.24 - #endif