Skip to content

Commit c73fa37

Browse files
committed
Fix compatibility with GCC
1 parent 5328e9e commit c73fa37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
.rodata
1+
.section .rodata,"",%progbits
22
.global g_fontawesome_data, g_fontawesome_size
33

44
g_fontawesome_data:
55
.incbin "fontawesome-webfont.ttf"
66
g_fontawesome_size:
77
.int g_fontawesome_size - g_fontawesome_data
88

9+
.section .note.GNU-stack,"",%progbits

0 commit comments

Comments
 (0)