Index: stabsread.c =================================================================== RCS file: /cvs/src/src/gdb/stabsread.c,v retrieving revision 1.65 diff -u -p -r1.65 stabsread.c --- stabsread.c 6 Oct 2003 19:27:12 -0000 1.65 +++ stabsread.c 3 Nov 2003 22:58:09 -0000 @@ -1852,6 +1852,8 @@ again: { obstack_free (&objfile->type_obstack, type_name); type = SYMBOL_TYPE (sym); + if (typenums[0] != -1) + *dbx_lookup_type (typenums) = type; return type; } }