mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-23 08:10:07 +00:00
Signed-off-by: mengjingzhimo <luoboming@huawei.com>
Changes to be committed: modified: ohos_icu4j/data/lite/icudt69l_dat.S
This commit is contained in:
parent
2284f88833
commit
3dd9aaa9d0
@ -1,11 +1,13 @@
|
||||
#if defined(__APPLE__)
|
||||
.globl _icudt69_dat
|
||||
.private_extern _icudt69_dat
|
||||
.data
|
||||
.const
|
||||
.balign 16
|
||||
_icudt69_dat:
|
||||
#else
|
||||
.globl icudt69_dat
|
||||
.hidden icudt69_dat
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
.section .rodata
|
||||
.balign 16
|
||||
|
Loading…
Reference in New Issue
Block a user