Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / emulparams / v850.sh
1 MACHINE=
2 SCRIPT_NAME=v850
3 EXTRA_EM_FILE=v850elf
4 OUTPUT_FORMAT="elf32-v850"
5 TEXT_START_ADDR=0x100000
6 ZDATA_START_ADDR=0x160
7 ROZDATA_START_ADDR="ALIGN (4)"
8 SDATA_START_ADDR="ALIGN (4)"
9 ROSDATA_START_ADDR="ALIGN (4)"
10 TDATA_START_ADDR="ALIGN (4)"
11 CALL_TABLE_START_ADDR="ALIGN (4)"
12 ARCH=v850
13 MAXPAGESIZE=256
14 ENTRY=_start
15 EMBEDDED=yes
16 TEMPLATE_NAME=elf
This page took 0.029855 seconds and 4 git commands to generate.