add rel.got to linkscripts

This commit is contained in:
Dave Murphy 2007-01-18 00:31:12 +00:00
parent 4347467be7
commit be105232e9
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ SECTIONS
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
} >iwram = 0xff
.jcr : { KEEP (*(.jcr)) } >iwram = 0
.got : { *(.got.plt) *(.got) } >iwram = 0
.got : { *(.got.plt) *(.got) *(.rel.got) } >iwram = 0
.iwram ALIGN(4) :

View File

@ -120,7 +120,7 @@ SECTIONS
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
} >ewram = 0xff
.jcr : { KEEP (*(.jcr)) } >ewram = 0
.got : { *(.got.plt) *(.got) } >ewram = 0
.got : { *(.got.plt) *(.got) *(.rel.got) } >ewram = 0
.ewram ALIGN(4) :
{