Commit f8cb5851 by Kazu Hirata Committed by Kazu Hirata

h8300.c (asm_file_start): Add a missing semicolon.

	* config/h8300/h8300.c (asm_file_start): Add a missing
	semicolon.

From-SVN: r56829
parent f4b488fd
2002-09-05 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (asm_file_start): Add a missing
semicolon.
2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* frv.c (frv_encode_section_info): Fix error in last change.
......
......@@ -507,7 +507,7 @@ asm_file_start (file)
fprintf (file, ";\tBy Hitachi America Ltd and Cygnus Support\n");
if (optimize_size)
fprintf (file, "; -Os\n")
fprintf (file, "; -Os\n");
else if (optimize)
fprintf (file, "; -O%d\n", optimize);
if (TARGET_H8300H)
......
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