ICU-2242 Assembly generation updates

X-SVN-Rev: 14653
This commit is contained in:
George Rhoten 2004-03-09 20:02:47 +00:00
parent 7e677ea1b4
commit fb8fac1e79

View file

@ -160,9 +160,23 @@ static const struct AssemblyType {
".long "
},
{"sun",
"\t.section \".rodata\"\n"
"\t.align 16\n"
".globl %s\n"
"%s:\n",
".word "
},
{"xlc",
"",
""}
".globl %s{RO}\n"
"\t.toc\n"
"%s:\n"
"\t.csect %s{RO}, 4\n",
".long"}
};
static int32_t assemblyHeaderIndex = -1;