> > OK for trunk? I have now committed this to trunk for you and will backport this to release branches at some point in the next few days.
cheers Ramana > > -- Michael > > gcc/ > > 2011-05-02 Michael Hope <[email protected]> > > PR pch/45979 > * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for > __ARM_EABI__ hosts. > > diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c > index 47ce3ea..8b41685 100644 > --- a/gcc/config/host-linux.c > +++ b/gcc/config/host-linux.c > @@ -84,6 +84,8 @@ > # define TRY_EMPTY_VM_SPACE 0x60000000 > #elif defined(__mc68000__) > # define TRY_EMPTY_VM_SPACE 0x40000000 > +#elif defined(__ARM_EABI__) > +# define TRY_EMPTY_VM_SPACE 0x60000000 > #else > # define TRY_EMPTY_VM_SPACE 0 > #endif >
