Use nops when doing alignment padding between code sections.

This commit is contained in:
Ian Lance Taylor
2007-09-21 05:31:19 +00:00
parent ec51df9f10
commit c51e6221b8
5 changed files with 173 additions and 8 deletions

View File

@@ -28,7 +28,8 @@ Layout_task_runner::run(Workqueue* workqueue)
// Now we know the final size of the output file and we know where
// each piece of information goes.
Output_file* of = new Output_file(this->options_);
Output_file* of = new Output_file(this->options_,
this->input_objects_->target());
of->open(file_size);
// Queue up the final set of tasks.