We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0278a commit acf221cCopy full SHA for acf221c
stdlib/public/runtime/SwiftRT-ELF.cpp
@@ -23,7 +23,7 @@ extern "C" const char __dso_handle[];
23
// the linker table section was never constructed.
24
25
#define DECLARE_SWIFT_SECTION(name) \
26
- __asm__("\t.section " #name ",\"a\"\n"); \
+ __asm__("\t.section " #name ",\"aR\"\n"); \
27
__attribute__((__visibility__("hidden"),__aligned__(1))) extern const char __start_##name; \
28
__attribute__((__visibility__("hidden"),__aligned__(1))) extern const char __stop_##name;
29
0 commit comments