* scriptempl/v850.sc: Move all "normal" sections into

the external memory region (0x100000 - 0x200000).
So plumhall works again (hopefully).
This commit is contained in:
Jeff Law
1996-10-22 17:45:57 +00:00
parent 53845f94f7
commit 06c5b0fc96
2 changed files with 8 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ SECTIONS
.rela.plt : { *(.rela.plt) }
.init : { *(.init) } =0
.plt : { *(.plt) }
. = 0x100000;
.zdata : { *(.zdata) *(.zrodata) *(.zbss*) }
.text :
{
@@ -50,7 +51,6 @@ SECTIONS
.rodata1 : { *(.rodata1) }
/* Adjust the address for the data segment. We want to adjust up to
the same address within the page on the next page up. */
. = 0x100000;
.data :
{
*(.data)