forked from Imagelibrary/binutils-gdb
Added a testsuite. More support for COPY relocations.
This commit is contained in:
@@ -383,9 +383,11 @@ Layout::find_first_load_seg()
|
||||
off_t
|
||||
Layout::finalize(const Input_objects* input_objects, Symbol_table* symtab)
|
||||
{
|
||||
const Target* const target = input_objects->target();
|
||||
Target* const target = input_objects->target();
|
||||
const int size = target->get_size();
|
||||
|
||||
target->finalize_sections(this);
|
||||
|
||||
Output_segment* phdr_seg = NULL;
|
||||
if (input_objects->any_dynamic())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user