* config/stormy16/stormy16.c (xstormy16_asm_output_aligned_common):
.comm alignment is bytes, not bits.
From-SVN: r88194
+2004-09-27 DJ Delorie <dj@redhat.com>
+
+ * config/stormy16/stormy16.c (xstormy16_asm_output_aligned_common):
+ .comm alignment is bytes, not bits.
+
2004-09-27 Devang Patel <dpatel@apple.com>
* tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.
}
fprintf (stream, "\t.comm\t");
assemble_name (stream, name);
- fprintf (stream, ",%u,%u\n", size, align);
+ fprintf (stream, ",%u,%u\n", size, align / BITS_PER_UNIT);
}
/* Mark symbols with the "below100" attribute so that we can use the