mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2242 Assembly generation updates
X-SVN-Rev: 14653
This commit is contained in:
parent
7e677ea1b4
commit
fb8fac1e79
1 changed files with 16 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue