* valops.c (find_overload_match): Use value_ind.
authorTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2012 14:35:33 +0000 (14:35 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2012 14:35:33 +0000 (14:35 +0000)
gdb/ChangeLog
gdb/valops.c

index 37148af..cd28e9e 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-15  Tom Tromey  <tromey@redhat.com>
+
+       * valops.c (find_overload_match): Use value_ind.
+
 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * infrun.c (handle_inferior_event): Correct indentation.
index feb47f5..afec392 100644 (file)
@@ -2681,8 +2681,7 @@ find_overload_match (struct value **args, int nargs,
          and non member function, the first argument must now be
          dereferenced.  */
       if (method == BOTH)
-       deprecated_set_value_type (args[0],
-                                  TYPE_TARGET_TYPE (value_type (args[0])));
+       args[0] = value_ind (args[0]);
 
       if (fsym)
         {