Framework for relocation scanning. Implement simple static TLS
[deliverable/binutils-gdb.git] / gold / readsyms.cc
index adc8fac6e9174831f6113c65d02613c11398800c..3a5650ac801a521da4a13bbd906acd27ea998ab8 100644 (file)
@@ -76,10 +76,10 @@ Read_symbols::run(Workqueue* workqueue)
 
          Read_symbols_data* sd = new Read_symbols_data;
          obj->read_symbols(sd);
-         workqueue->queue(new Add_symbols(this->symtab_, this->layout_,
-                                          obj, sd,
-                                          this->this_blocker_,
-                                          this->next_blocker_));
+         workqueue->queue_front(new Add_symbols(this->symtab_, this->layout_,
+                                                obj, sd,
+                                                this->this_blocker_,
+                                                this->next_blocker_));
 
          // Opening the file locked it, so now we need to unlock it.
          input_file->file().unlock();
@@ -105,8 +105,7 @@ Read_symbols::run(Workqueue* workqueue)
        }
     }
 
-  // Here we have to handle archives and any other input file
-  // types we need.
+  // Here we have to handle any other input file types we need.
   fprintf(stderr, _("%s: %s: not an object or archive\n"),
          program_name, input_file->file().filename().c_str());
   gold_exit(false);
This page took 0.024398 seconds and 4 git commands to generate.