リビジョン | 8e49e3e818e6d184c2172a000eed4412acfd472d (tree) |
---|---|
日時 | 2015-12-24 01:44:52 |
作者 | Yoshinori Sato <ysato@user...> |
コミッター | Yoshinori Sato |
section attribute fix
@@ -81,11 +81,11 @@ | ||
81 | 81 | |
82 | 82 | #undef BSS_SECTION_ASM_OP |
83 | 83 | #define BSS_SECTION_ASM_OP \ |
84 | - "\t.section .bss,\"w\",@nobits\n\t.p2align 2" | |
84 | + "\t.section .bss,\"\",@nobits\n\t.p2align 2" | |
85 | 85 | |
86 | 86 | #undef SBSS_SECTION_ASM_OP |
87 | 87 | #define SBSS_SECTION_ASM_OP \ |
88 | - "\t.section .bss2,\"w\",@nobits\n\t.p2align 1" | |
88 | + "\t.section .bss2,\"\",@nobits\n\t.p2align 1" | |
89 | 89 | |
90 | 90 | /* The following definitions are conditional depending upon whether the |
91 | 91 | compiler is being built or crtstuff.c is being compiled by the built |