* valops.c (typecmp): If t2 == 0, return 1.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 26 Apr 1991 23:02:15 +0000 (23:02 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 26 Apr 1991 23:02:15 +0000 (23:02 +0000)
commitd3bab255c7c5527c56155fc479b469d8311d0d31
treebb97c0eed17066e86b901672a1587ba51e7697b4
parentd96b54ea7a436af3f8b18c2bba149f01314b7a5d
* valops.c (typecmp): If t2 == 0, return 1.
* valops.c (value_struct_elt_for_address): Call check_stub_method.
* valops.c (value_struct_elt): Remove found, arg1_as_ptr.
* valops.c (search_struct_method): Give error if j > 0 && args == 0.
* valops.c (search_struct_field): New argument looking_for_baseclass.
Give error if value_static_field or value_primitive_field
return NULL.
valops.c (various): Call search_struct_field with extra parameter.
gdb/valops.c