Added a testsuite. More support for COPY relocations.

This commit is contained in:
Ian Lance Taylor
2006-11-30 23:52:50 +00:00
parent 2621033b5d
commit 5a6f7e2db5
27 changed files with 1990 additions and 242 deletions

View File

@@ -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())
{