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:
parent
1633289656
commit
3ec8da655c
|
@ -1,3 +1,8 @@
|
||||||
|
2004-06-03 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* mn10300/sim.ld: Start at address 4, to avoid ambiguity with NULL
|
||||||
|
pointers.
|
||||||
|
|
||||||
2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
|
2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".
|
* libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".
|
||||||
|
|
|
@ -13,7 +13,7 @@ SECTIONS
|
||||||
{
|
{
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
/* Start of RAM (leaving room for Cygmon data) */
|
/* Start of RAM (leaving room for Cygmon data) */
|
||||||
. = 0;
|
. = 4;
|
||||||
|
|
||||||
.interp : { *(.interp) }
|
.interp : { *(.interp) }
|
||||||
.hash : { *(.hash) }
|
.hash : { *(.hash) }
|
||||||
|
|
Loading…
Reference in New Issue