(ASM_OUTPUT_SECTION_NAME): emit @nobits
[gcc.git] / gcc / config / mips / iris6.h
index 07c08bbb78d3c529701986aee8cc8da087d30868..3c888531238c8f7248412e3fc6b9156be3b60f93 100644 (file)
@@ -379,6 +379,8 @@ do {                                                                        \
     fprintf (asm_out_text_file, "\t.section %s,1,6,4,4\n", (NAME));    \
   else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC))              \
     fprintf (F, "\t.section %s,1,2,0,8\n", (NAME));                    \
+  else if (! strcmp (NAME, ".bss"))                                    \
+    fprintf (F, "\t.section %s,\"aw\",@nobits\n", (NAME));             \
   else                                                                 \
     fprintf (F, "\t.section %s,1,3,0,8\n", (NAME));                    \
 } while (0)