2002-06-19 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 19 Jun 2002 16:55:28 +0000 (16:55 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 19 Jun 2002 16:55:28 +0000 (16:55 +0000)
        * ada-lang.c (fill_in_ada_prototype): Update comment.

gdb/ChangeLog
gdb/ada-lang.c

index 7580a579367e46a8b6d055434dd38e0cdb5968be..88432f19397b979cb182ad269d518179769c23cd 100644 (file)
@@ -1,3 +1,7 @@
+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
index 2c4f1d94d41feb09c340ba799bc5812a708873c8..db1d7d4f185ac3912bb713ca5c21e53caf36e092 100644 (file)
@@ -4280,15 +4280,7 @@ ada_add_block_symbols (block, name, namespace, objfile, wild)
                                /* 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)