+2002-06-19 Daniel Jacobowitz <drow@mvista.com>
+
+ * ada-lang.c (fill_in_ada_prototype): Update comment.
+
2002-06-19 Daniel Jacobowitz <drow@mvista.com>
* mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
/* Function Types */
/* Assuming that SYM is the symbol for a function, fill in its type
- with prototype information, if it is not already there.
-
- Why is there provision in struct type for BOTH an array of argument
- types (TYPE_ARG_TYPES) and for an array of typed fields, whose
- comment suggests it may also represent argument types? I presume
- this is some attempt to save space. The problem is that argument
- names in Ada are significant. Therefore, for Ada we use the
- (apparently older) TYPE_FIELD_* stuff to store argument types. */
-
+ with prototype information, if it is not already there. */
static void
fill_in_ada_prototype (func)