aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-28 17:13:08 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-28 17:13:08 +0000
commitdc9894c8b14172f3046b43fad45b0f281fe21374 (patch)
treedc83352f761d24c2c80f3e4997b30a109fce35cf /gdb/ChangeLog
parent03e826bb518e555efec5c736e8396fb8423f6f7d (diff)
downloadgdb-dc9894c8b14172f3046b43fad45b0f281fe21374.zip
gdb-dc9894c8b14172f3046b43fad45b0f281fe21374.tar.gz
gdb-dc9894c8b14172f3046b43fad45b0f281fe21374.tar.bz2
* symtab.c (lookup_method_type): Arguments were swapped in all
callers, so fix it here. I'm amazed this worked at all!
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7d8e94f..2a68216 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -3,6 +3,8 @@ Sat Sep 28 10:02:33 1991 John Gilmore (gnu at cygnus.com)
* eval.c (evaluate_subexp_for_address): Don't use
TYPE_POINTER_TYPE directly (it might be zero if this type has
never had a pointer created before); use lookup_pointer_type.
+ * symtab.c (lookup_method_type): Arguments were swapped in all
+ callers, so fix it here. I'm amazed this worked at all!
Fri Sep 27 18:09:31 1991 John Gilmore (gnu at cygnus.com)