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
This commit is contained in:
Toshiyasu Morita 2001-06-22 19:42:03 +00:00 committed by Geoffrey Keating
parent f9e1917eb3
commit cda5d2b3e2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* c-common.c (verify_tree): Check for x being NULL.

View File

@ -465,7 +465,6 @@ asm_file_start (file)
{
fprintf (file, ";\tGCC For the Hitachi H8/300\n");
fprintf (file, ";\tBy Hitachi America Ltd and Cygnus Support\n");
fprintf (file, ";\trelease F-1\n");
if (optimize)
fprintf (file, "; -O%d\n", optimize);
if (TARGET_H8300H)