Fixes for .reloc

This commit is contained in:
Kim Knuttila
1995-12-12 23:47:05 +00:00
parent aaa877b7ac
commit caa740beb8
3 changed files with 114 additions and 5 deletions

View File

@@ -981,6 +981,10 @@ coff_set_alignment_hook (abfd, section, scnhdr)
{
section->alignment_power = 1;
}
else if (strcmp (section->name, ".reloc") == 0)
{
section->alignment_power = 1;
}
#endif
}
#undef ALIGN_SET