forked from Imagelibrary/binutils-gdb
* ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
expressions. These expressions do not need to be rewriten.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-01-03 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
|
||||||
|
expressions. These expressions do not need to be rewriten.
|
||||||
|
|
||||||
2008-01-03 Joel Brobecker <brobecker@adacore.com>
|
2008-01-03 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* dwarf2read.c (read_enumeration_type): Flag type as stub if
|
* dwarf2read.c (read_enumeration_type): Flag type as stub if
|
||||||
|
|||||||
@@ -2999,6 +2999,7 @@ resolve_subexp (struct expression **expp, int *pos, int deprocedure_p,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case OP_TYPE:
|
case OP_TYPE:
|
||||||
|
case OP_REGISTER:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user