Fixes compiling peXXigen under MAC OS/X where the wcsncasecmp function is not available.
[deliverable/binutils-gdb.git] / ld / emulparams / v850_rh850.sh
CommitLineData
de863c74
NC
1MACHINE=
2SCRIPT_NAME=v850_rh850
3OUTPUT_FORMAT="elf32-v850-rh850"
4TEXT_START_ADDR=0x100000
5ZDATA_START_ADDR=0x160
6ROZDATA_START_ADDR="ALIGN (4)"
7SDATA_START_ADDR="ALIGN (4)"
8ROSDATA_START_ADDR="ALIGN (4)"
9TDATA_START_ADDR="ALIGN (4)"
10CALL_TABLE_START_ADDR="ALIGN (4)"
11ARCH=v850_rh850
12MAXPAGESIZE=256
13ENTRY=_start
14EMBEDDED=yes
15TEMPLATE_NAME=elf32
This page took 0.112764 seconds and 4 git commands to generate.