2004-06-03 Alexandre Oliva <aoliva@redhat.com>
* mn10300/sim.ld: Start at address 4, to avoid ambiguity with NULL pointers.
This commit is contained in:
@@ -13,7 +13,7 @@ SECTIONS
|
||||
{
|
||||
/* Read-only sections, merged into text segment: */
|
||||
/* Start of RAM (leaving room for Cygmon data) */
|
||||
. = 0;
|
||||
. = 4;
|
||||
|
||||
.interp : { *(.interp) }
|
||||
.hash : { *(.hash) }
|
||||
|
Reference in New Issue
Block a user