Change from OTHER_RELOCATING_SECTIONS to STACK_ADDR in elf32frv.sh
This commit is contained in:
parent
7a624474ee
commit
7dcd22c276
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-07-26 Bernd Schmidt <bernds@redhat.com>
|
||||
|
||||
* emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
|
||||
(STACK_ADDR): New.
|
||||
|
||||
2002-07-25 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/sv.po: Updated Swedish translation.
|
||||
|
|
|
@ -9,9 +9,7 @@ EMBEDDED=yes
|
|||
OTHER_EXCLUDE_FILES='*frvend.o'
|
||||
OTHER_BSS_END_SYMBOLS='__end = .;'
|
||||
DATA_START_SYMBOLS='__data_start = . ;'
|
||||
OTHER_RELOCATING_SECTIONS='
|
||||
PROVIDE (_stack = 0x200000);
|
||||
PROVIDE (__stack = 0x200000);'
|
||||
STACK_ADDR=0x200000
|
||||
OTHER_GOT_SYMBOLS='
|
||||
. = ALIGN(8); _gp = . + 2048;
|
||||
PROVIDE (gp = _gp);'
|
||||
|
|
Loading…
Reference in a new issue