On 11/04/2011 02:52 AM, Peter Maydell wrote:
* the fixed address we mmap the code gen buffer to in system mode tends to overlap the libc heap (at least on Ubuntu oneiric); when this happens you typically get a sysmalloc abort
Let's change this to use the .bss code gen buffer. We can make it depend on __arm__ for 1.0, and toggle it for all architectures for 1.1 after testing on Windows (Linux and Mac OS X should have no problem).
Paolo