daily update
[deliverable/binutils-gdb.git] / ld / emulparams / scoreelf.sh
CommitLineData
1c0d3aa6
NC
1MACHINE=
2SCRIPT_NAME=elf
3TEMPLATE_NAME=elf32
4OUTPUT_FORMAT="elf32-bigscore"
5BIG_OUTPUT_FORMAT="elf32-bigscore"
6LITTLE_OUTPUT_FORMAT="elf32-littlescore"
7GROUP="-lm -lc -lglsim -lgcc -lstdc++"
8
9TEXT_START_ADDR=0x00000000
88bba78d
AM
10case ${LD_FLAG} in
11 n|N) TEXT_START_ADDR=0x0400000 ;;
12esac
1c0d3aa6 13MAXPAGESIZE=256
1c0d3aa6
NC
14SHLIB_TEXT_START_ADDR=0x5ffe0000
15OTHER_GOT_SYMBOLS='
16 _gp = ALIGN(16) + 0x3ff0;
17'
18
19OTHER_BSS_START_SYMBOLS='_bss_start__ = . + ALIGN(4);'
20OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
21DATA_START_SYMBOLS='_fdata = . ;'
22SDATA_START_SYMBOLS='_sdata_begin = . ;'
23OTHER_BSS_SYMBOLS='
24 _bss_start = ALIGN(4) ;
25'
26# This sets the stack to the top of the simulator memory (2^19 bytes).
27STACK_ADDR=0x8000000
28
29ARCH=score
30MACHINE=
31ENTRY=_start
32EMBEDDED=yes
33GENERATE_SHLIB_SCRIPT=yes
This page took 0.095125 seconds and 4 git commands to generate.