diff options
Diffstat (limited to 'bfd/elf32-avr.h')
-rw-r--r-- | bfd/elf32-avr.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/elf32-avr.h b/bfd/elf32-avr.h index 58c72d9..832fd39 100644 --- a/bfd/elf32-avr.h +++ b/bfd/elf32-avr.h @@ -25,8 +25,8 @@ extern void elf32_avr_setup_params (struct bfd_link_info *, bfd *, asection *, - bfd_boolean, bfd_boolean, bfd_boolean, - bfd_vma, bfd_boolean); + bfd_boolean, bfd_boolean, bfd_boolean, + bfd_vma, bfd_boolean); extern int elf32_avr_setup_section_lists (bfd *, struct bfd_link_info *); @@ -80,10 +80,10 @@ struct avr_property_record unsigned long fill; /* This field is used during linker relaxation to track the number of - bytes that have been opened up before this alignment directive. - When we have enough bytes available it is possible to move the - re-align this directive backwards while still maintaining the - alignment requirement. */ + bytes that have been opened up before this alignment directive. + When we have enough bytes available it is possible to move the + re-align this directive backwards while still maintaining the + alignment requirement. */ unsigned long preceding_deleted; } align; } data; |