projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e8959
)
gdb/
author
Yao Qi
<yao@codesourcery.com>
Thu, 29 Sep 2011 02:04:25 +0000
(
02:04
+0000)
committer
Yao Qi
<yao@codesourcery.com>
Thu, 29 Sep 2011 02:04:25 +0000
(
02:04
+0000)
* symfile.c (add_symbol_file_command): Update message on usage.
gdb/ChangeLog
patch
|
blob
|
history
gdb/symfile.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
48e7b80
..
afaaba1
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2011-09-28 Yao Qi <yao@codesourcery.com>
+
+ * symfile.c (add_symbol_file_command): Update message on usage.
+
2011-09-28 Paul Koning <paul_koning@dell.com>
* python/py-type.c (make_fielditem, typy_field_names, typy_items)
diff --git
a/gdb/symfile.c
b/gdb/symfile.c
index
bb233c9
..
1540cb7
100644
(file)
--- a/
gdb/symfile.c
+++ b/
gdb/symfile.c
@@
-2256,7
+2256,7
@@
add_symbol_file_command (char *args, int from_tty)
}
else
error (_("USAGE: add-symbol-file <filename> <textaddress>"
- " [-
mapped] [-
readnow] [-s <secname> <addr>]*"));
+ " [-readnow] [-s <secname> <addr>]*"));
}
}
}