From 5549ebeda0989a183543780b2ffa58e01bae6751 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 23 Oct 1996 03:19:16 +0000 Subject: [PATCH] * scripttempl/v850.sc (__ep): Put it at the start of the tda section. v850. --- ld/ChangeLog | 3 +++ ld/scripttempl/v850.sc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 50415d8b86..559999f52e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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). diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index 4398a76a30..ee5d15e3cf 100644 --- a/ld/scripttempl/v850.sc +++ b/ld/scripttempl/v850.sc @@ -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