*** stabsread.c.~1~ Wed Jan 16 18:52:33 2002 --- stabsread.c Thu Jan 17 15:01:35 2002 *************** read_member_functions (struct field_info *** 3206,3216 **** --- 3206,3221 ---- case '?': /* static member function. */ new_sublist->fn_field.voffset = VOFFSET_STATIC; + #if 0 + /* This was a kludge to try to get the right answer for gcc + v2 stabs output. In v3 we don't try to avoid writing out + full mangled names, so this just causes problems. */ if (strncmp (new_sublist->fn_field.physname, main_fn_name, strlen (main_fn_name))) { new_sublist->fn_field.is_stub = 1; } + #endif break; default: