Fixes compiling peXXigen under MAC OS/X where the wcsncasecmp function is not available.
[deliverable/binutils-gdb.git] / ld / emulparams / v850.sh
CommitLineData
252b5132
RH
1MACHINE=
2SCRIPT_NAME=v850
3OUTPUT_FORMAT="elf32-v850"
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
12MAXPAGESIZE=256
13ENTRY=_start
14EMBEDDED=yes
67010b46 15TEMPLATE_NAME=elf32
This page took 0.594994 seconds and 4 git commands to generate.