* arparse.y: Fix syntax warning.

* ldgram.y: Fix syntax warning.
This commit is contained in:
Thiemo Seufer 2002-04-17 13:05:55 +00:00
parent 38b581ae41
commit 944cd72c7e
4 changed files with 10 additions and 0 deletions

View 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.

View File

@ -74,6 +74,7 @@ session:
command_line:
command NEWLINE { prompt(); }
;
command:
open_command

View 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

View 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: