File tree 3 files changed +12
-0
lines changed
CoreFoundation/String.subproj
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#include <CoreFoundation/CFAsmMacros.h>
11
11
12
+ #if defined(__ELF__)
13
+ .section .rodata
14
+ #endif
15
+
12
16
.global _C_LABEL(__CFCharacterSetBitmapData)
13
17
_C_LABEL(__CFCharacterSetBitmapData):
14
18
.incbin CF_CHARACTERSET_BITMAP
Original file line number Diff line number Diff line change 9
9
10
10
#include <CoreFoundation/CFAsmMacros.h>
11
11
12
+ #if defined(__ELF__)
13
+ .section .rodata
14
+ #endif
15
+
12
16
.global _C_LABEL(__CFUniCharPropertyDatabase)
13
17
_C_LABEL(__CFUniCharPropertyDatabase):
14
18
.incbin CF_CHARACTERSET_UNICHAR_DB
Original file line number Diff line number Diff line change 9
9
10
10
#include <CoreFoundation/CFAsmMacros.h>
11
11
12
+ #if defined(__ELF__)
13
+ .section .rodata
14
+ #endif
15
+
12
16
#if defined(__BIG_ENDIAN__)
13
17
.global _C_LABEL(__CFUnicodeDataB)
14
18
_C_LABEL(__CFUnicodeDataB):
You can’t perform that action at this time.
0 commit comments