Browse Source

* fixed string length which makes ObjC section names fit

git-svn-id: trunk@12889 -
florian 16 years ago
parent
commit
442333d05f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ogcoff.pas

+ 1 - 1
compiler/ogcoff.pas

@@ -478,7 +478,7 @@ implementation
        SymbolMaxGrow = 200*sizeof(coffsymbol);
        SymbolMaxGrow = 200*sizeof(coffsymbol);
        StrsMaxGrow   = 8192;
        StrsMaxGrow   = 8192;
 
 
-       coffsecnames : array[TAsmSectiontype] of string[17] = ('',
+       coffsecnames : array[TAsmSectiontype] of string[20] = ('',
           '.text','.data','.data','.data','.bss','.tls',
           '.text','.data','.data','.data','.bss','.tls',
           '.text',
           '.text',
           '.pdata',
           '.pdata',