+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.
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);'