[PATCH] Silence bison warnings

Thiemo Seufer ica2_ts@csv.ica.uni-stuttgart.de
Wed Apr 17 06:09:00 GMT 2002


Hi All,

this patch silences bison warnings about missing semicola.
Commited as obvious.


Thiemo


2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

	/binutils/ChangeLog
	* arparse.y: Fix syntax warning.

	/ld/ChangeLog
	* ldgram.y: Fix syntax warning.

diff -BurpN source-orig/binutils/arparse.y source/binutils/arparse.y
--- source-orig/binutils/arparse.y	Tue Mar 13 07:43:57 2001
+++ source/binutils/arparse.y	Tue Apr 16 15:46:05 2002
@@ -74,6 +74,7 @@ session:
 
 command_line:
 		command NEWLINE { prompt(); }
+	;
 
 command:
 		open_command	
diff -BurpN source-orig/ld/ldgram.y source/ld/ldgram.y
--- source-orig/ld/ldgram.y	Tue Feb 19 18:45:55 2002
+++ source/ld/ldgram.y	Tue Apr 16 15:45:38 2002
@@ -176,6 +176,7 @@ defsym_expr:
 		  ldlex_popstate();
 		  lang_add_assignment(exp_assop($3,$2,$4));
 		}
+	;
 
 /* SYNTAX WITHIN AN MRI SCRIPT FILE */  
 mri_script_file:



More information about the Binutils mailing list