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:
ee4d97b
)
back out previous change
author
Doug Evans
<dje@google.com>
Wed, 25 Apr 2012 20:55:47 +0000
(20:55 +0000)
committer
Doug Evans
<dje@google.com>
Wed, 25 Apr 2012 20:55:47 +0000
(20:55 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/cli/cli-decode.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 171e75bdbb86daad3bfda56211975748d137fa2a..3fea17df1a7fe562f92319c4888c030cefbf5758 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,8
+1,3
@@
-2012-04-25 Doug Evans <dje@google.com>
-
- * cli/cli-decode.c (print_doc_line): Use stream instead of
- current_uiout.
-
2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
* features/arm-with-iwmmxt.c: Regenerate.
diff --git
a/gdb/cli/cli-decode.c
b/gdb/cli/cli-decode.c
index b9cfafafccaba7bafc9983f08ce6ec8f550d4387..da5f917dc1f3900ab4a820ab4fa2aa75e92f9c89 100644
(file)
--- a/
gdb/cli/cli-decode.c
+++ b/
gdb/cli/cli-decode.c
@@
-1018,7
+1018,7
@@
print_doc_line (struct ui_file *stream, char *str)
line_buffer[p - str] = '\0';
if (islower (line_buffer[0]))
line_buffer[0] = toupper (line_buffer[0]);
- ui_out_text (
stream
, line_buffer);
+ ui_out_text (
current_uiout
, line_buffer);
}
/* Print one-line help for command C.