2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
[deliverable/binutils-gdb.git] / gold / script.cc
index 4b2c3379f2b288955a136cdc2266ef2c7164830b..55cd4e60ff5ebd093994a2ded864698b26babae0 100644 (file)
@@ -431,12 +431,12 @@ Lex::can_continue_name(const char* c)
 
     case '/': case '\\': case '~':
     case '=': case '+':
-    case ',': case '?': 
+    case ',':
       if (this->mode_ == LINKER_SCRIPT)
         return c + 1;
       return NULL;
 
-    case '[': case ']': case '*': case '-':
+    case '[': case ']': case '*': case '?': case '-':
       if (this->mode_ == LINKER_SCRIPT || this->mode_ == VERSION_SCRIPT)
         return c + 1;
       return NULL;
This page took 0.024257 seconds and 4 git commands to generate.