instead of lookup_function_type.
+2004-10-06 Corinna Vinschen <vinschen@redhat.com>
+
+ * dwarf2read.c (read_subroutine_type): Call make_function_type
+ instead of lookup_function_type.
+
2004-10-05 Jim Blandy <jimb@redhat.com>
* linux-nat.c (_initialize_linux_nat): Rename child_ops.
return;
}
type = die_type (die, cu);
- ftype = lookup_function_type (type);
+ ftype = make_function_type (type, (struct type **) 0);
/* All functions in C++ and Java have prototypes. */
attr = dwarf2_attr (die, DW_AT_prototyped, cu);