• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisãoa18de447bd52cf5fac32c60179167805336ab858 (tree)
Hora2019-03-26 22:56:07
AutorYoshinori Sato <yo-satoh@sios...>
CommiterYoshinori Sato

Mensagem de Log

fix warning

Mudança Sumário

Diff

--- a/gcc/config/rx/linux.h
+++ b/gcc/config/rx/linux.h
@@ -75,11 +75,11 @@
7575
7676 #undef BSS_SECTION_ASM_OP
7777 #define BSS_SECTION_ASM_OP \
78- "\t.section .bss,\"w\",@nobits\n\t.p2align 2"
78+ "\t.section .bss\n\t.p2align 2"
7979
8080 #undef SBSS_SECTION_ASM_OP
8181 #define SBSS_SECTION_ASM_OP \
82- "\t.section .bss2,\"w\",@nobits\n\t.p2align 1"
82+ "\t.section .bss2\n\t.p2align 1"
8383
8484 /* The following definitions are conditional depending upon whether the
8585 compiler is being built or crtstuff.c is being compiled by the built
@@ -184,7 +184,7 @@
184184 { \
185185 fprintf ((FILE), "%s", COMMON_ASM_OP); \
186186 assemble_name ((FILE), (NAME)); \
187- fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
187+ fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n", \
188188 (SIZE), (ALIGN) / BITS_PER_UNIT); \
189189 } \
190190 while (0)