* pe-dll.c (process_def_file): auto-export everything if
[deliverable/binutils-gdb.git] / ld / emulparams / v850.sh
CommitLineData
7ab4a84a
JL
1MACHINE=
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-v850"
4TEXT_START_ADDR=0x0
5ARCH=v850
6MAXPAGESIZE=256
7ENTRY=_start
8
9# These are for compatibility with the COFF toolchain.
10CTOR_START='___ctors = .;'
11CTOR_END='___ctors_end = .;'
12DTOR_START='___dtors = .;'
13DTOR_END='___dtors_end = .;'
14
This page took 0.089271 seconds and 4 git commands to generate.