tic54x/ibmc54xdsp target for ld.

This commit is contained in:
Timothy Wall
2000-06-20 13:29:07 +00:00
parent 2ab47eed68
commit 74459f0e3e
13 changed files with 318 additions and 5 deletions

View File

@ -1196,6 +1196,13 @@ wild_doit (ptr, section, output, file)
/* If supplied an aligment, then force it. */
if (output->section_alignment != -1)
output->bfd_section->alignment_power = output->section_alignment;
if (section->flags & SEC_BLOCK)
{
section->output_section->flags |= SEC_BLOCK;
/* FIXME: This value should really be obtained from the bfd... */
output->block_value = 128;
}
}
}