* configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
[deliverable/binutils-gdb.git] / ld / emulparams / v850.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-v850"
4 TEXT_START_ADDR=0x0
5 ARCH=v850
6 MAXPAGESIZE=256
7 ENTRY=_start
8
9 # These are for compatibility with the COFF toolchain.
10 CTOR_START='___ctors = .;'
11 CTOR_END='___ctors_end = .;'
12 DTOR_START='___dtors = .;'
13 DTOR_END='___dtors_end = .;'
14
This page took 0.033282 seconds and 4 git commands to generate.