mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
* c-exp.y (%union) <sym, ivar, ivec>: Remove.
This commit is contained in:
parent
ce63b7b388
commit
e403aa4bf0
@ -1,3 +1,7 @@
|
||||
2013-03-21 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* c-exp.y (%union) <sym, ivar, ivec>: Remove.
|
||||
|
||||
2013-03-21 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* ctf.c: Include "gdb_stat.h".
|
||||
|
@ -145,7 +145,6 @@ void yyerror (char *);
|
||||
gdb_byte val[16];
|
||||
struct type *type;
|
||||
} typed_val_decfloat;
|
||||
struct symbol *sym;
|
||||
struct type *tval;
|
||||
struct stoken sval;
|
||||
struct typed_stoken tsval;
|
||||
@ -154,11 +153,9 @@ void yyerror (char *);
|
||||
int voidval;
|
||||
struct block *bval;
|
||||
enum exp_opcode opcode;
|
||||
struct internalvar *ivar;
|
||||
|
||||
struct stoken_vector svec;
|
||||
VEC (type_ptr) *tvec;
|
||||
int *ivec;
|
||||
|
||||
struct type_stack *type_stack;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user