On 02/12/2010 12:01 PM, Blue Swirl wrote:
+#ifdef TARGET_ABI32 +# define TARGET_VIRT_ADDR_SPACE_BITS 32 +#else +# define TARGET_VIRT_ADDR_SPACE_BITS 64 +#endifI'd suppose this change applies to all targets with ABI32, not just PPC.
Indeed. Odd that sparc32plus didn't yield errors building, while ppc did -- that's how I noticed the funny config macro in the first place.
+#define TARGET_PHYS_ADDR_SPACE_BITS 32No. Please use the original value.
Oops. Thanks for the catch. r~