projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d6186f
)
Supply missing third arg to instance of call to do_type().
author
Fred Fish
<fnf@specifix.com>
Mon, 18 Nov 1991 18:18:30 +0000
(18:18 +0000)
committer
Fred Fish
<fnf@specifix.com>
Mon, 18 Nov 1991 18:18:30 +0000
(18:18 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/cplus-dem.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 69f7e447c9399934345d47bcb5bc61bcf6c5687e..2564a88da40a450fac6f15d46bf07dcbc9166a4c 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,8
@@
Mon Nov 18 00:04:41 1991 Fred Fish (fnf at cygnus.com)
+ * cplus-dem.c (munge_function_name): Add missing third arg to
+ instance of call to do_type().
+
* dwarfread.c: Changes to match new dwarf.h. Remove
AT_deriv_list, AT_loclist, AT_incomplete, AT_const_data,
and AT_is_external.
diff --git
a/gdb/cplus-dem.c
b/gdb/cplus-dem.c
index 2398ffbfb7f114d7cfc5038682f715dd9570f744..6800f3ffd3219f8df53c3afcc83e2ae00a80fe72 100644
(file)
--- a/
gdb/cplus-dem.c
+++ b/
gdb/cplus-dem.c
@@
-1183,7
+1183,7
@@
munge_function_name (name, arg_mode)
/* type conversion operator. */
string type;
const char *tem = name->b + 4;
- if (do_type (&tem, &type))
+ if (do_type (&tem, &type
, arg_mode
))
{
string_clear (name);
string_append (name, "operator ");