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