arc/nps400: Add additional instructions
[deliverable/binutils-gdb.git] / ld / emulparams / arcebelf_prof.sh
1 SCRIPT_NAME=elfarc
2 TEMPLATE_NAME=elf32
3 OUTPUT_FORMAT="elf32-bigarc"
4 LITTLE_OUTPUT_FORMAT="elf32-littlearc"
5 BIG_OUTPUT_FORMAT="elf32-bigarc"
6 # leave room for vector table, 32 vectors * 8 bytes
7 TEXT_START_ADDR=0x100
8 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9 #NONPAGED_TEXT_START_ADDR=0x0
10 ARCH=arc
11 MACHINE=
12 ENTRY=__start
13 SDATA_START_SYMBOLS='__SDATA_BEGIN__ = .;'
14 OTHER_READONLY_SECTIONS="
15 .__arc_profile_desc ${RELOCATING-0} : { *(.__arc_profile_desc) }
16 .__arc_profile_forward ${RELOCATING-0} : { *(.__arc_profile_forward) }
17 "
18 OTHER_BSS_SECTIONS="
19 .__arc_profile_counters ${RELOCATING-0} : { *(.__arc_profile_counters) }
20 "
21 EMBEDDED=yes
This page took 0.03416 seconds and 4 git commands to generate.