Commit 1bc147fb by Jim Wilson

(ASM_OUTPUT_COMMON): Use SIZE not ROUNDED.

From-SVN: r4860
parent 9d1bedcf
......@@ -1316,7 +1316,7 @@ extern struct rtx_def *gen_compare_reg ();
assemble_name ((FILE), (NAME)), \
fputs ("\n.comm ", (FILE)), \
assemble_name ((FILE), (NAME)), \
fprintf ((FILE), ",%d\n", (ROUNDED)); \
fprintf ((FILE), ",%d\n", (SIZE)); \
} \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment