OSDN Git Service

gdb/
authorqiyao <qiyao>
Thu, 29 Sep 2011 02:04:22 +0000 (02:04 +0000)
committerqiyao <qiyao>
Thu, 29 Sep 2011 02:04:22 +0000 (02:04 +0000)
* symfile.c (add_symbol_file_command): Update message on usage.

gdb/ChangeLog
gdb/symfile.c

index 48e7b80..afaaba1 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 bb233c9..1540cb7 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>]*"));
              }
          }
     }