OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [readsyms.cc] - Diff between revs 163 and 166

Show entire file | Details | Blame | View Log

Rev 163 Rev 166
Line 600... Line 600...
      return;
      return;
    }
    }
 
 
  if (!this->input_objects_->add_object(this->object_))
  if (!this->input_objects_->add_object(this->object_))
    {
    {
 
      this->object_->discard_decompressed_sections();
      gold_assert(this->sd_ != NULL);
      gold_assert(this->sd_ != NULL);
      delete this->sd_;
      delete this->sd_;
      this->sd_ = NULL;
      this->sd_ = NULL;
      this->object_->release();
      this->object_->release();
      delete this->object_;
      delete this->object_;
Line 630... Line 631...
          incremental_inputs->report_object(this->object_, arg_serial,
          incremental_inputs->report_object(this->object_, arg_serial,
                                            this->library_, script_info);
                                            this->library_, script_info);
        }
        }
      this->object_->layout(this->symtab_, this->layout_, this->sd_);
      this->object_->layout(this->symtab_, this->layout_, this->sd_);
      this->object_->add_symbols(this->symtab_, this->sd_, this->layout_);
      this->object_->add_symbols(this->symtab_, this->sd_, this->layout_);
 
      this->object_->discard_decompressed_sections();
      delete this->sd_;
      delete this->sd_;
      this->sd_ = NULL;
      this->sd_ = NULL;
      this->object_->release();
      this->object_->release();
    }
    }
}
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.