X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Femulparams%2Fscoreelf.sh;h=3a7ed3158a9d9e76cf130d700e55dca71b093426;hp=0ca5e56a1f8d41995440344a428e9602cde2531d;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/emulparams/scoreelf.sh b/ld/emulparams/scoreelf.sh index 0ca5e56..3a7ed31 100644 --- a/ld/emulparams/scoreelf.sh +++ b/ld/emulparams/scoreelf.sh @@ -1,16 +1,16 @@ MACHINE= SCRIPT_NAME=elf TEMPLATE_NAME=elf32 +EXTRA_EM_FILE=scoreelf OUTPUT_FORMAT="elf32-bigscore" BIG_OUTPUT_FORMAT="elf32-bigscore" LITTLE_OUTPUT_FORMAT="elf32-littlescore" +NO_RELA_RELOCS=yes GROUP="-lm -lc -lglsim -lgcc -lstdc++" TEXT_START_ADDR=0x00000000 -case ${LD_FLAG} in - n|N) TEXT_START_ADDR=0x0400000 ;; -esac MAXPAGESIZE=256 +NONPAGED_TEXT_START_ADDR=0x0400000 SHLIB_TEXT_START_ADDR=0x5ffe0000 OTHER_GOT_SYMBOLS=' _gp = ALIGN(16) + 0x3ff0; @@ -26,7 +26,15 @@ OTHER_BSS_SYMBOLS=' # This sets the stack to the top of the simulator memory (2^19 bytes). STACK_ADDR=0x8000000 -ARCH=score +SCORE_NAME=${EMULATION_NAME} +if [ "${SCORE_NAME}" = "score3_elf" ] ; then +ARCH=score3 +fi + +if [ "${SCORE_NAME}" = "score7_elf" ] ; then +ARCH=score7 +fi + MACHINE= ENTRY=_start EMBEDDED=yes