We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5328e9e commit c73fa37Copy full SHA for c73fa37
src/resource/embedded/fontawesome.S
@@ -1,8 +1,9 @@
1
-.rodata
+.section .rodata,"",%progbits
2
.global g_fontawesome_data, g_fontawesome_size
3
4
g_fontawesome_data:
5
.incbin "fontawesome-webfont.ttf"
6
g_fontawesome_size:
7
.int g_fontawesome_size - g_fontawesome_data
8
9
+.section .note.GNU-stack,"",%progbits
0 commit comments