summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-07-12 19:15:30 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-07-12 19:15:30 +0000
commit247d3d0637fea83474dee84c2df0840274bc58f7 (patch)
treefe05d18e5a337efc20566baea15bd7d0b1e803a7
parent78cf1aa7d6c17fde7764e8b1ec6b311ccc25bdb6 (diff)
downloadgdb-247d3d0637fea83474dee84c2df0840274bc58f7.tar.gz
2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
* valops.c (find_method_list): Remove comment about removed STATIC_MEMFUNCP argument. (value_find_oload_method_list): Likewise.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/valops.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0ab77d21446..364c4b1126b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
+
+ * valops.c (find_method_list): Remove comment about
+ removed STATIC_MEMFUNCP argument.
+ (value_find_oload_method_list): Likewise.
+
2002-07-12 Kevin Buettner <kevinb@redhat.com>
From Nicholas Duffek:
diff --git a/gdb/valops.c b/gdb/valops.c
index e4c1db423a9..2e60ec762fe 100644
--- a/gdb/valops.c
+++ b/gdb/valops.c
@@ -2525,7 +2525,6 @@ value_struct_elt (struct value **argp, struct value **args,
* ARGP is a pointer to a pointer to a value (the object)
* METHOD is a string containing the method name
* OFFSET is the offset within the value
- * STATIC_MEMFUNCP is set if the method is static
* TYPE is the assumed type of the object
* NUM_FNS is the number of overloaded instances
* BASETYPE is set to the actual type of the subobject where the method is found
@@ -2616,7 +2615,6 @@ find_method_list (struct value **argp, char *method, int offset,
* ARGP is a pointer to a pointer to a value (the object)
* METHOD is the method name
* OFFSET is the offset within the value contents
- * STATIC_MEMFUNCP is set if the method is static
* NUM_FNS is the number of overloaded instances
* BASETYPE is set to the type of the base subobject that defines the method
* BOFFSET is the offset of the base subobject which defines the method */