mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
gdb/
* symfile.c (add_symbol_file_command): Update message on usage.
This commit is contained in:
parent
54e8959c60
commit
412946b6ba
@ -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)
|
||||
|
@ -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>]*"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user