• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン8e49e3e818e6d184c2172a000eed4412acfd472d (tree)
日時2015-12-24 01:44:52
作者Yoshinori Sato <ysato@user...>
コミッターYoshinori Sato

ログメッセージ

section attribute fix

変更サマリ

差分

--- a/gcc/config/rx/linux.h
+++ b/gcc/config/rx/linux.h
@@ -81,11 +81,11 @@
8181
8282 #undef BSS_SECTION_ASM_OP
8383 #define BSS_SECTION_ASM_OP \
84- "\t.section .bss,\"w\",@nobits\n\t.p2align 2"
84+ "\t.section .bss,\"\",@nobits\n\t.p2align 2"
8585
8686 #undef SBSS_SECTION_ASM_OP
8787 #define SBSS_SECTION_ASM_OP \
88- "\t.section .bss2,\"w\",@nobits\n\t.p2align 1"
88+ "\t.section .bss2,\"\",@nobits\n\t.p2align 1"
8989
9090 /* The following definitions are conditional depending upon whether the
9191 compiler is being built or crtstuff.c is being compiled by the built