vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / arclinux_prof.sh
1 source_sh ${srcdir}/emulparams/arc-endianness.sh
2 SCRIPT_NAME=arclinux
3 if [ "x${ARC_ENDIAN}" = "xbig" ]; then
4 OUTPUT_FORMAT="elf32-bigarc"
5 else
6 OUTPUT_FORMAT="elf32-littlearc"
7 fi
8 LITTLE_OUTPUT_FORMAT="elf32-littlearc"
9 BIG_OUTPUT_FORMAT="elf32-bigarc"
10 TEXT_START_ADDR=0x10000
11 MAXPAGESIZE=0x2000
12 COMMONPAGESIZE=0x2000
13 NONPAGED_TEXT_START_ADDR=0x10000
14 ARCH=arc
15 MACHINE=
16 ENTRY=__start
17 TEMPLATE_NAME=elf
18 EXTRA_EM_FILE=arclinux
19 GENERATE_SHLIB_SCRIPT=yes
20 SDATA_START_SYMBOLS='__SDATA_BEGIN__ = .;'
21 OTHER_READONLY_SECTIONS="
22 .__arc_profile_desc ${RELOCATING-0} : { *(.__arc_profile_desc) }
23 .__arc_profile_forward ${RELOCATING-0} : { *(.__arc_profile_forward) }
24 "
25 OTHER_BSS_SECTIONS="
26 .__arc_profile_counters ${RELOCATING-0} : { *(.__arc_profile_counters) }
27 "
This page took 0.047402 seconds and 4 git commands to generate.