Numerous PowerPC PE fixes
This commit is contained in:
parent
0291f0f543
commit
e7894f6b5d
2 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue