X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf32-avr.h;h=1d216ed0df1d7a64bb341cd651d25110c07a6e74;hb=a3d674e0226291747cbfac9c73250e5193c06a57;hp=58c72d9343d091aef0063b7ed2d3f47e70953bfd;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-avr.h b/bfd/elf32-avr.h index 58c72d9343..1d216ed0df 100644 --- a/bfd/elf32-avr.h +++ b/bfd/elf32-avr.h @@ -1,5 +1,5 @@ /* AVR-specific support for 32-bit ELF. - Copyright (C) 2006-2017 Free Software Foundation, Inc. + Copyright (C) 2006-2020 Free Software Foundation, Inc. Written by Bjoern Haase @@ -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;