aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-12-06 01:32:34 +0000
committerJohn Gilmore <gnu@cygnus>1991-12-06 01:32:34 +0000
commita0a6174ae38fca8d57aefa29d6c62634388cb2fd (patch)
treef4fe6f42f2a04e137b8f00540e5826a03e65fd07 /gdb/ChangeLog
parent817b8c46f84bd979d751c764ff0b30782c9542a0 (diff)
downloadgdb-a0a6174ae38fca8d57aefa29d6c62634388cb2fd.zip
gdb-a0a6174ae38fca8d57aefa29d6c62634388cb2fd.tar.gz
gdb-a0a6174ae38fca8d57aefa29d6c62634388cb2fd.tar.bz2
* symtab.c (check_stub_method): Must allocate two extra argument
slots (one for `this', one for arglist terminator).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 06c514a..f8e2d67 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 5 17:31:05 1991 John Gilmore (gnu at cygnus.com)
+
+ * symtab.c (check_stub_method): Must allocate two extra argument
+ slots (one for `this', one for arglist terminator).
+
Thu Dec 5 10:51:05 1991 Fred Fish (fnf at cygnus.com)
* inflow.c (child_terminal_info): Supply missing '"' character.