diff options
author | Jeff Law <law@redhat.com> | 1996-10-23 22:18:55 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-10-23 22:18:55 +0000 |
commit | 4ad9452c462b736b2625a2154e94507c536ec54c (patch) | |
tree | 0c902decea13dacf6828befef938408a7eb0c3d9 /ld/scripttempl | |
parent | 90ffe48b187f4ceedce2a2ad0d9390fc02777ef6 (diff) | |
download | gdb-4ad9452c462b736b2625a2154e94507c536ec54c.zip gdb-4ad9452c462b736b2625a2154e94507c536ec54c.tar.gz gdb-4ad9452c462b736b2625a2154e94507c536ec54c.tar.bz2 |
* scriptempl/v850.sc (zdata): Make sure this stays
in lo-memory.
zda testing.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/v850.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index ee5d15e..6e83dc7 100644 --- a/ld/scripttempl/v850.sc +++ b/ld/scripttempl/v850.sc @@ -35,8 +35,8 @@ SECTIONS .rela.plt : { *(.rela.plt) } .init : { *(.init) } =0 .plt : { *(.plt) } - . = 0x100000; .zdata : { *(.zdata) *(.zrodata) *(.zbss*) } + . = 0x100000; .text : { *(.text) |