Browse Source

* proper setting of symbol sizes and types

git-svn-id: trunk@2126 -
florian 19 years ago
parent
commit
48c8401104
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/linux/i386/prt0.as

+ 2 - 0
rtl/linux/i386/prt0.as

@@ -88,6 +88,8 @@ ___fpucw:
         .comm   ___fpc_brk_addr,4        /* heap management */
         .comm   ___fpc_brk_addr,4        /* heap management */
 
 
 
 
+        .type operatingsystem_parameters,@object
+        .size operatingsystem_parameters,12
 operatingsystem_parameters:
 operatingsystem_parameters:
         .skip 3*4
         .skip 3*4