* 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 021bc20143a339e8593a47cb76cb5c3fc747ac9c..0886c7c3ab7a7512db8f152d2925a6577d6dba69 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 a03c2c42e2fbed75eba594da1be776ca2480acf8..cf0ece1b92a6f44fa68f9528d3fa3fa6c7ef7b4b 100644 (file)
@@ -74,6 +74,7 @@ session:
 
 command_line:
                command NEWLINE { prompt(); }
+       ;
 
 command:
                open_command    
index 366394865675c9842a49c592eb08c047d8c17f91..e0cf40f954ffac8108aa67292162551c8a6ac7bf 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 655a7260200d96a343f03434399d51cbd5786224..71da62c86ae62e6bc10c066b5acfc55b4f3dbaa1 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: