* arparse.y: Fix syntax warning.
authorThiemo Seufer <ths@networkno.de>
Wed, 17 Apr 2002 13:05:55 +0000 (13:05 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 17 Apr 2002 13:05:55 +0000 (13:05 +0000)
* ldgram.y: Fix syntax warning.

binutils/ChangeLog
binutils/arparse.y
ld/ChangeLog
ld/ldgram.y

index 021bc20..0886c7c 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * arparse.y: Fix syntax warning.
+
 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * readelf.c (fetch_location_list): Remove unused function.
index a03c2c4..cf0ece1 100644 (file)
@@ -74,6 +74,7 @@ session:
 
 command_line:
                command NEWLINE { prompt(); }
+       ;
 
 command:
                open_command    
index 3663948..e0cf40f 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * ldgram.y: Fix syntax warning.
+
 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
index 655a726..71da62c 100644 (file)
@@ -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: