ICU-10502 revert bad commit of pkg_genc.c

X-SVN-Rev: 34750
This commit is contained in:
Steven R. Loomis 2013-12-12 03:14:23 +00:00
parent f0608be95d
commit fb848db545

View 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);