ALIGN->BFD_ALIGN

This commit is contained in:
John Gilmore
1991-11-22 16:45:04 +00:00
parent 8013e17047
commit 8c4a1ace3d
5 changed files with 556 additions and 34 deletions

View File

@ -619,7 +619,8 @@ boolean
if (abfd->flags & (D_PAGED|WP_TEXT))
{
bfd_size_type text_pad =
ALIGN(text_size, adata(abfd)->segment_size) - text_size;
BFD_ALIGN(text_size, adata(abfd)->segment_size)
- text_size;
text_end += text_pad;
obj_textsec(abfd)->size += text_pad;
}