Browse Source

Change from OTHER_RELOCATING_SECTIONS to STACK_ADDR in elf32frv.sh

drow-cplus-branch
Bernd Schmidt 24 years ago
parent
commit
7dcd22c276
  1. 5
      ld/ChangeLog
  2. 4
      ld/emulparams/elf32frv.sh

5
ld/ChangeLog

@ -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.

4
ld/emulparams/elf32frv.sh

@ -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…
Cancel
Save