Browse Source

rtl/linux/m68k/prt0.as:
Add __stkptr variable

git-svn-id: trunk@22735 -

svenbarth 12 years ago
parent
commit
81069a7eca
1 changed files with 6 additions and 0 deletions
  1. 6 0
      rtl/linux/m68k/prt0.as

+ 6 - 0
rtl/linux/m68k/prt0.as

@@ -73,6 +73,12 @@ _haltproc:
         bras  _haltproc
         bras  _haltproc
 
 
 .bss
 .bss
+        .type   __stkptr,@object
+        .size   __stkptr,4
+        .global __stkptr
+__stkptr:
+        .skip   4
+
         .type operatingsystem_parameters,@object
         .type operatingsystem_parameters,@object
         .size operatingsystem_parameters,12
         .size operatingsystem_parameters,12
 operatingsystem_parameters:
 operatingsystem_parameters: