mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 07:24:48 +00:00
* ldgram.y: Tweak casesymlist to avoid bison errors.
This commit is contained in:
parent
80fd1f4584
commit
9b22219054
@ -1,5 +1,7 @@
|
||||
Wed Aug 16 11:45:11 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ldgram.y: Tweak casesymlist to avoid bison errors.
|
||||
|
||||
* lexsup.c (parse_args): Accept -h as a synonym for --soname, for
|
||||
Solaris compatibility.
|
||||
|
||||
|
@ -72,7 +72,7 @@ static int error_index;
|
||||
|
||||
%type <etree> exp opt_exp_with_type mustbe_exp opt_at
|
||||
%type <integer> fill_opt
|
||||
%type <name> memspec_opt
|
||||
%type <name> memspec_opt casesymlist
|
||||
%token <integer> INT
|
||||
%token <name> NAME LNAME
|
||||
%type <integer> length
|
||||
@ -220,7 +220,7 @@ mri_abs_name_list:
|
||||
;
|
||||
|
||||
casesymlist:
|
||||
/* empty */
|
||||
/* empty */ { $$ = NULL; }
|
||||
| NAME
|
||||
| casesymlist ',' NAME
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user