* scripttempl/v850.sc (__ep): Put it at the start

of the tda section.
v850.
This commit is contained in:
Jeff Law 1996-10-23 03:19:16 +00:00
parent 725b96f599
commit 5549ebeda0
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
start-sanitize-v850
Tue Oct 22 11:36:47 1996 Jeffrey A Law (law@cygnus.com)
* scripttempl/v850.sc (__ep): Put it at the start
of the tda section.
* scriptempl/v850.sc: Move all "normal" sections into
the external memory region (0x100000 - 0x200000).

View File

@ -72,7 +72,7 @@ SECTIONS
}
.got : { *(.got.plt) *(.got) }
.dynamic : { *(.dynamic) }
${RELOCATING+ __ep = ALIGN (4) + 0x80;}
${RELOCATING+ __ep = ALIGN (4);}
.tdata : { *(.tdata) }
/* We want the small data sections together, so single-instruction offsets
can access them all, and initialized data all before uninitialized, so