URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 148 |
Line 1297... |
Line 1297... |
if (incremental_inputs != NULL
|
if (incremental_inputs != NULL
|
&& !discard
|
&& !discard
|
&& (shdr.get_sh_type() == elfcpp::SHT_PROGBITS
|
&& (shdr.get_sh_type() == elfcpp::SHT_PROGBITS
|
|| shdr.get_sh_type() == elfcpp::SHT_NOBITS
|
|| shdr.get_sh_type() == elfcpp::SHT_NOBITS
|
|| shdr.get_sh_type() == elfcpp::SHT_NOTE))
|
|| shdr.get_sh_type() == elfcpp::SHT_NOTE))
|
incremental_inputs->report_input_section(this, i, name,
|
{
|
shdr.get_sh_size());
|
off_t sh_size = shdr.get_sh_size();
|
|
section_size_type uncompressed_size;
|
|
if (this->section_is_compressed(i, &uncompressed_size))
|
|
sh_size = uncompressed_size;
|
|
incremental_inputs->report_input_section(this, i, name, sh_size);
|
|
}
|
|
|
if (discard)
|
if (discard)
|
{
|
{
|
// Do not include this section in the link.
|
// Do not include this section in the link.
|
out_sections[i] = NULL;
|
out_sections[i] = NULL;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.