aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-10-23 03:19:16 +0000
committerJeff Law <law@redhat.com>1996-10-23 03:19:16 +0000
commit5549ebeda0989a183543780b2ffa58e01bae6751 (patch)
tree7413cae1d4a8ec56349dc890f1632acf003d433d /ld/scripttempl
parent725b96f59916d007e64657c939d744be1a35e076 (diff)
downloadgdb-5549ebeda0989a183543780b2ffa58e01bae6751.zip
gdb-5549ebeda0989a183543780b2ffa58e01bae6751.tar.gz
gdb-5549ebeda0989a183543780b2ffa58e01bae6751.tar.bz2
* scripttempl/v850.sc (__ep): Put it at the start
of the tda section. v850.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/v850.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc
index 4398a76..ee5d15e 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