005e11184b
* emulparams/elf32frvfd.sh (EMBEDDED): Clear. 2003-11-05 Alexandre Oliva <aoliva@redhat.com> * emulparams/elf32frvfd.sh (STACK_ADDR): Unset. (MAXPAGESIZE): Set to 64Kb. (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and __ROFIXUP_END__. Don't map .rofixup.got any more. * emulparams/elf32frv.sh (NOP): Set. 2003-10-31 Alexandre Oliva <aoliva@redhat.com> * configure.tgt: Add frv-*-*linux*. 2003-09-30 Alexandre Oliva <aoliva@redhat.com> * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o. (eelf32frvfd.c): New. * configure.tgt <frv-*-*>: Added it to targ_extra_emuls. * emulparams/elf32frv.sh: Reverted previous two patches. * emulparams/elf32frvfd.sh: New. * Makefile.in: Rebuilt. 2003-09-18 Alexandre Oliva <aoliva@redhat.com> * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added .rofixup.got to .rofixup. 2003-09-15 Alexandre Oliva <aoliva@redhat.com> * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B. (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
19 lines
408 B
Bash
Executable file
19 lines
408 B
Bash
Executable file
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-frv"
|
|
TEXT_START_ADDR=0x10000
|
|
ARCH=frv
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
OTHER_EXCLUDE_FILES='*frvend.o'
|
|
OTHER_BSS_END_SYMBOLS='__end = .;'
|
|
DATA_START_SYMBOLS='__data_start = . ;'
|
|
STACK_ADDR=0x200000
|
|
NOP=0x80000000
|
|
OTHER_GOT_SYMBOLS='
|
|
. = ALIGN(8); _gp = . + 2048;
|
|
PROVIDE (gp = _gp);'
|
|
OTHER_READONLY_SECTIONS='
|
|
.rofixup : { *(.rofixup) }
|
|
'
|