gdb/
authorYao Qi <yao@codesourcery.com>
Thu, 29 Sep 2011 02:04:25 +0000 (02:04 +0000)
committerYao 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
gdb/symfile.c

index 48e7b8089169867ac430e221a380dd093dd5cb9e..afaaba1f53b7aaf82c8fdb9d5806dc16f98f42b8 100644 (file)
@@ -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)
index bb233c9bcffa8fd913406e7e0f42200b74a8f367..1540cb717ae3f0ae7bb05fbd8ba976af73f92652 100644 (file)
@@ -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>]*"));
              }
          }
     }