Commit cda5d2b3 by Toshiyasu Morita Committed by Geoffrey Keating

h8300.c (asm_file_start): Remove reference to "release F-1".

2001-06-22  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>

	* config/h8300/h8300.c (asm_file_start): Remove reference to
	"release F-1".

From-SVN: r43512
parent f9e1917e
2001-06-22 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
* config/h8300/h8300.c (asm_file_start): Remove reference to
"release F-1".
2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk> 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
* c-common.c (verify_tree): Check for x being NULL. * c-common.c (verify_tree): Check for x being NULL.
......
...@@ -465,7 +465,6 @@ asm_file_start (file) ...@@ -465,7 +465,6 @@ asm_file_start (file)
{ {
fprintf (file, ";\tGCC For the Hitachi H8/300\n"); fprintf (file, ";\tGCC For the Hitachi H8/300\n");
fprintf (file, ";\tBy Hitachi America Ltd and Cygnus Support\n"); fprintf (file, ";\tBy Hitachi America Ltd and Cygnus Support\n");
fprintf (file, ";\trelease F-1\n");
if (optimize) if (optimize)
fprintf (file, "; -O%d\n", optimize); fprintf (file, "; -O%d\n", optimize);
if (TARGET_H8300H) 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