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:
7f3706e
)
ui-out.c (default_ui_out_impl): Add comment.
author
Doug Evans
<dje@google.com>
Mon, 17 Aug 2015 20:07:11 +0000
(13:07 -0700)
committer
Doug Evans
<dje@google.com>
Mon, 17 Aug 2015 20:07:11 +0000
(13:07 -0700)
gdb/ChangeLog:
* ui-out.c (default_ui_out_impl): Add comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/ui-out.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 080d90a203294c45085fa4e3e1345cab86f2103f..be2ed4711bce9e5af87436e8d2b78ea463e42ebe 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2015-08-17 Doug Evans <dje@google.com>
+
+ * ui-out.c (default_ui_out_impl): Add comment.
+
2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
* d-exp.y (type_aggregate_p): New function.
diff --git
a/gdb/ui-out.c
b/gdb/ui-out.c
index a18fe2e2c2b688977851017782f4c5bb103c77c2..a87c1d36a06418ecfab6df49f78d3eaec746a128 100644
(file)
--- a/
gdb/ui-out.c
+++ b/
gdb/ui-out.c
@@
-213,7
+213,7
@@
const struct ui_out_impl default_ui_out_impl =
default_message,
default_wrap_hint,
default_flush,
- NULL,
+ NULL,
/* redirect */
default_data_destroy,
0, /* Does not need MI hacks. */
};