aboutsummaryrefslogtreecommitdiff
path: root/gold/reloc.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-28 19:46:06 +0000
committerIan Lance Taylor <iant@google.com>2008-02-28 19:46:06 +0000
commitda769d5629564b82d4eec1b256ffc562d5c01624 (patch)
treec575a166927823074cd07dad6347b0e90072340f /gold/reloc.cc
parenta7dfd0102bbf259cad78b322915523adb366837a (diff)
downloadfsf-binutils-gdb-da769d5629564b82d4eec1b256ffc562d5c01624.zip
fsf-binutils-gdb-da769d5629564b82d4eec1b256ffc562d5c01624.tar.gz
fsf-binutils-gdb-da769d5629564b82d4eec1b256ffc562d5c01624.tar.bz2
Read input scripts which look like input objects with proper
serialization.
Diffstat (limited to 'gold/reloc.cc')
-rw-r--r--gold/reloc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/reloc.cc b/gold/reloc.cc
index 405d1da..fde7e9e 100644
--- a/gold/reloc.cc
+++ b/gold/reloc.cc
@@ -64,9 +64,9 @@ Read_relocs::run(Workqueue* workqueue)
this->object_->read_relocs(rd);
this->object_->release();
- workqueue->queue_front(new Scan_relocs(this->options_, this->symtab_,
- this->layout_, this->object_, rd,
- this->symtab_lock_, this->blocker_));
+ workqueue->queue_next(new Scan_relocs(this->options_, this->symtab_,
+ this->layout_, this->object_, rd,
+ this->symtab_lock_, this->blocker_));
}
// Return a debugging name for the task.