mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
ALIGN->BFD_ALIGN
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user