From: DJ Delorie Date: Mon, 27 Sep 2004 19:28:51 +0000 (-0400) Subject: stormy16.c (xstormy16_asm_output_aligned_common): ..comm alignment is bytes, not... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43f51151e2983568f53c011bb19ca9999abfab0d;p=gcc.git stormy16.c (xstormy16_asm_output_aligned_common): ..comm alignment is bytes, not bits. * config/stormy16/stormy16.c (xstormy16_asm_output_aligned_common): .comm alignment is bytes, not bits. From-SVN: r88194 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2999c693d3..623ad706e8d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-27 DJ Delorie + + * config/stormy16/stormy16.c (xstormy16_asm_output_aligned_common): + .comm alignment is bytes, not bits. + 2004-09-27 Devang Patel * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR. diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c index b75703b7348..76195cad37e 100644 --- a/gcc/config/stormy16/stormy16.c +++ b/gcc/config/stormy16/stormy16.c @@ -1738,7 +1738,7 @@ xstormy16_asm_output_aligned_common (FILE *stream, } 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