]> granicus.if.org Git - icu/commitdiff
ICU-10502 revert bad commit of pkg_genc.c
authorSteven R. Loomis <srl@icu-project.org>
Thu, 12 Dec 2013 03:14:23 +0000 (03:14 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 12 Dec 2013 03:14:23 +0000 (03:14 +0000)
X-SVN-Rev: 34750

icu4c/source/tools/toolutil/pkg_genc.c

index b041a9862c72bce22cbafc3996ebf2ec9f829d1c..f6d1d8b590c00423ecab8b5bea0508b6bc4ddc64 100644 (file)
@@ -119,10 +119,7 @@ static const struct AssemblyType {
         ".globl %s\n"
         "\t.section .note.GNU-stack,\"\",%%progbits\n"
         "\t.section .rodata\n"
-        "\t.balign 16\n"
-        "#ifdef U_HIDE_DATA_SYMBOL\n"
-        "\t.hidden %s\n"
-        "#endif\n"
+        "\t.balign 16\n" 
         "\t.type %s,%%object\n"
         "%s:\n\n",
 
@@ -132,9 +129,6 @@ static const struct AssemblyType {
         /*"\t.section __TEXT,__text,regular,pure_instructions\n"
         "\t.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32\n"*/
         ".globl _%s\n"
-        "#ifdef U_HIDE_DATA_SYMBOL\n"
-        "\t.private_extern _%s\n"
-        "#endif\n"
         "\t.data\n"
         "\t.const\n"
         "\t.balign 16\n"
@@ -270,7 +264,7 @@ writeAssemblyCode(const char *filename, const char *destdir, const char *optEntr
         exit(U_FILE_ACCESS_ERROR);
     }
 
-    getOutFilename(filename, destdir, bufferStr, entry, ".S", optFilename);
+    getOutFilename(filename, destdir, bufferStr, entry, ".s", optFilename);
     out=T_FileStream_open(bufferStr, "w");
     if(out==NULL) {
         fprintf(stderr, "genccode: unable to open output file %s\n", bufferStr);