OSDN Git Service

Change from OTHER_RELOCATING_SECTIONS to STACK_ADDR in elf32frv.sh
authorBernd Schmidt <bernd.schmidt@analog.com>
Fri, 26 Jul 2002 11:14:04 +0000 (11:14 +0000)
committerBernd Schmidt <bernd.schmidt@analog.com>
Fri, 26 Jul 2002 11:14:04 +0000 (11:14 +0000)
ld/ChangeLog
ld/emulparams/elf32frv.sh

index e89d1a9..6b9b887 100644 (file)
@@ -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.
index 2b04fa8..fd4be3e 100755 (executable)
@@ -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);'