Browse Source

Make __progname_storage external

git-svn-id: trunk@19448 -
pierre 14 years ago
parent
commit
ec6e21d15b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/openbsd/i386/cprt0.as

+ 4 - 0
rtl/openbsd/i386/cprt0.as

@@ -16,6 +16,10 @@ rcsid:
 	.size	__progname , 4
 	.size	__progname , 4
 __progname:
 __progname:
 	.long .LC0
 	.long .LC0
+.global __progname_storage
+	.type __progname_storage, @ object
+	.size  __progname_storage, 256
+
         .align  4
         .align  4
 ___fpucw:
 ___fpucw:
         .long   0x1332
         .long   0x1332