mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-12026 Add .size to gcc assembly code
X-SVN-Rev: 38117
This commit is contained in:
parent
18450a9957
commit
03392ddd85
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ static const struct AssemblyType {
|
|||
"\t.type %s,%%object\n"
|
||||
"%s:\n\n",
|
||||
|
||||
".long ","",HEX_0X
|
||||
".long ",".size %s, .-%s\n",HEX_0X
|
||||
},
|
||||
{"gcc-darwin",
|
||||
/*"\t.section __TEXT,__text,regular,pure_instructions\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue