vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / elf32m32c.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-m32c"
4 # See also `include/elf/m32c.h'
5 TEXT_START_ADDR=0x2000
6 ARCH=m32c
7 ENTRY=_start
8 EMBEDDED=yes
9 TEMPLATE_NAME=elf
10 EXTRA_EM_FILE=needrelax
11 ELFSIZE=32
12 MAXPAGESIZE=256
13
14 STACK_ADDR="(DEFINED(__stack) ? __stack : 0x7fc)"
15 STACK_SENTINEL="LONG(0xdeaddead)"
16 # We do not need .stack for shared library.
17 test -n "$CREATE_SHLIB" && unset STACK_ADDR
This page took 0.03091 seconds and 4 git commands to generate.