Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / arcelf_prof.sh
1 source_sh ${srcdir}/emulparams/arc-endianness.sh
2 SCRIPT_NAME=elfarc
3 TEMPLATE_NAME=elf
4 if [ "x${ARC_ENDIAN}" = "xbig" ]; then
5 OUTPUT_FORMAT="elf32-bigarc"
6 else
7 OUTPUT_FORMAT="elf32-littlearc"
8 fi
9 LITTLE_OUTPUT_FORMAT="elf32-littlearc"
10 BIG_OUTPUT_FORMAT="elf32-bigarc"
11 # leave room for vector table, 32 vectors * 8 bytes
12 TEXT_START_ADDR=0x100
13 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
14 #NONPAGED_TEXT_START_ADDR=0x0
15 ARCH=arc
16 MACHINE=
17 ENTRY=__start
18 SDATA_START_SYMBOLS='__SDATA_BEGIN__ = .;'
19 OTHER_READONLY_SECTIONS="
20 .__arc_profile_desc ${RELOCATING-0} : { *(.__arc_profile_desc) }
21 .__arc_profile_forward ${RELOCATING-0} : { *(.__arc_profile_forward) }
22 "
23 OTHER_BSS_SECTIONS="
24 .__arc_profile_counters ${RELOCATING-0} : { *(.__arc_profile_counters) }
25 "
26 EMBEDDED=yes
This page took 0.033592 seconds and 4 git commands to generate.