mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-4501 Remove a linker warning when creating an executable instead of a shared library.
X-SVN-Rev: 17551
This commit is contained in:
parent
264d88b4b3
commit
b5ef6e48ae
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ static const struct AssemblyType {
|
|||
".globl %s\n"
|
||||
"\t.section .rodata\n"
|
||||
"\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
|
||||
"\t.type %s,@object\n"
|
||||
"%s:\n\n",
|
||||
|
||||
".long "
|
||||
|
|
Loading…
Add table
Reference in a new issue