Fix PR20789 - relaxation with negative valued diff relocs
[deliverable/binutils-gdb.git] / ld / emulparams / h8300.sh
CommitLineData
252b5132
RH
1SCRIPT_NAME=h8300
2OUTPUT_FORMAT="coff-h8300"
3TEXT_START_ADDR=0x8000
4TARGET_PAGE_SIZE=128
5ARCH=h8300
ecc49060
NC
6TINY_READONLY_SECTION=".tinyrodata :
7 {
8 *(.tinyrodata)
9 } =0"
10TINY_DATA_SECTION=".tinydata 0xff8000 :
11 {
12 *(.tinydata)
7c94efc5 13 ${RELOCATING+ _tinydata = .; }
ecc49060
NC
14 }"
15TINY_BSS_SECTION=".tinybss : AT (_tinydata)
16 {
17 *(.tinybss)
18 }"
This page took 0.674637 seconds and 4 git commands to generate.