Numerous PowerPC PE fixes

This commit is contained in:
Kim Knuttila 1996-01-19 00:16:31 +00:00
parent 0291f0f543
commit e7894f6b5d
2 changed files with 27 additions and 0 deletions

View file

@ -985,6 +985,10 @@ coff_set_alignment_hook (abfd, section, scnhdr)
{
section->alignment_power = 1;
}
else if (strncmp (section->name, ".stab", 5) == 0)
{
section->alignment_power = 2;
}
#endif
}
#undef ALIGN_SET