Modified Files:
authorKung Hsu <kung@cygnus>
Thu, 4 Nov 1993 00:49:24 +0000 (00:49 +0000)
committerKung Hsu <kung@cygnus>
Thu, 4 Nov 1993 00:49:24 +0000 (00:49 +0000)
commitf1c6dbf683175c78a5fd049d21dcc74c7a8d4b89
treef0e0819a461bfb41a86ddbcedd699ceeb8ed89b2
parent4ecfad79420b6fc75b326ac7434c9735f5704b11
Modified Files:
values.c valops.c ChangeLog

        * values.c (value_fn_field): when physical name not found, do not
        error, but return null.
        * valops.c (value_struct_elt): when name and args match does not
        mean it is the one, some times a typedef class can have the same
        memeber method and args. This probably will not happen with new
        version of g++, but it does happen in old g++ and cause gdb error.
gdb/ChangeLog
gdb/values.c