* scriptempl/v850.sc (zdata): Make sure this stays
in lo-memory. zda testing.
This commit is contained in:
parent
90ffe48b18
commit
4ad9452c46
@ -1,4 +1,9 @@
|
||||
start-sanitize-v850
|
||||
Wed Oct 23 16:17:22 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* scriptempl/v850.sc (zdata): Make sure this stays
|
||||
in lo-memory.
|
||||
|
||||
Tue Oct 22 11:36:47 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* scripttempl/v850.sc (__ep): Put it at the start
|
||||
|
@ -35,8 +35,8 @@ SECTIONS
|
||||
.rela.plt : { *(.rela.plt) }
|
||||
.init : { *(.init) } =0
|
||||
.plt : { *(.plt) }
|
||||
. = 0x100000;
|
||||
.zdata : { *(.zdata) *(.zrodata) *(.zbss*) }
|
||||
. = 0x100000;
|
||||
.text :
|
||||
{
|
||||
*(.text)
|
||||
|
Loading…
Reference in New Issue
Block a user