From 6d2f5ceaae21cdff53454ab032848b589abd60f7 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sat, 11 May 2002 23:48:23 +0000 Subject: 2002-05-11 Daniel Jacobowitz * TODO: Remove value_headof/value_from_vtable_info comment. * printcmd.c (print_command_1): Don't call value_from_vtable_info. * values.c (value_headof, value_from_vtable_info): Delete. * value.h (value_from_vtable_info): Delete prototype. --- gdb/TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/TODO') diff --git a/gdb/TODO b/gdb/TODO index ea46e9b..f743ae7 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -247,10 +247,6 @@ New languages come onto the scene all the time. Re: Various C++ things -value_headof/value_from_vtable_info are worthless, and should be -removed. The one place in printcmd.c that uses it should use the RTTI -functions. - RTTI for g++ should be using the typeinfo functions rather than the vtables. The typeinfo functions are always at offset 4 from the beginning of the vtable, and are always right. The vtables will have -- cgit v1.1