* symtab.c: Remove trailing whitespace throughout the file.
[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"
485cf679 7NO_RELA_RELOCS=yes
1c0d3aa6
NC
8GROUP="-lm -lc -lglsim -lgcc -lstdc++"
9
10TEXT_START_ADDR=0x00000000
88bba78d
AM
11case ${LD_FLAG} in
12 n|N) TEXT_START_ADDR=0x0400000 ;;
13esac
1c0d3aa6 14MAXPAGESIZE=256
1c0d3aa6
NC
15SHLIB_TEXT_START_ADDR=0x5ffe0000
16OTHER_GOT_SYMBOLS='
17 _gp = ALIGN(16) + 0x3ff0;
18'
19
20OTHER_BSS_START_SYMBOLS='_bss_start__ = . + ALIGN(4);'
21OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
22DATA_START_SYMBOLS='_fdata = . ;'
23SDATA_START_SYMBOLS='_sdata_begin = . ;'
24OTHER_BSS_SYMBOLS='
25 _bss_start = ALIGN(4) ;
26'
27# This sets the stack to the top of the simulator memory (2^19 bytes).
28STACK_ADDR=0x8000000
29
30ARCH=score
31MACHINE=
32ENTRY=_start
33EMBEDDED=yes
34GENERATE_SHLIB_SCRIPT=yes
This page took 0.124054 seconds and 4 git commands to generate.