mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
gdb/
* m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
This commit is contained in:
parent
930e005c64
commit
c244a140a5
@ -1,3 +1,7 @@
|
||||
2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* m2-exp.y (MAX_FUNC): Fix trailing UNOP_MAX.
|
||||
|
||||
2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
|
||||
|
@ -265,7 +265,7 @@ exp : MIN_FUNC '(' type ')'
|
||||
exp : MAX_FUNC '(' type ')'
|
||||
{ write_exp_elt_opcode (UNOP_MAX);
|
||||
write_exp_elt_type ($3);
|
||||
write_exp_elt_opcode (UNOP_MIN); }
|
||||
write_exp_elt_opcode (UNOP_MAX); }
|
||||
;
|
||||
|
||||
exp : FLOAT_FUNC '(' exp ')'
|
||||
|
Loading…
Reference in New Issue
Block a user