X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felf32-avr.h;h=1d216ed0df1d7a64bb341cd651d25110c07a6e74;hb=cf6f3e86ded2cd950f59a0f2c164f2c953ef534b;hp=ec047d5453a4f8b5588ba957b6bb81ac3dff0775;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-avr.h b/bfd/elf32-avr.h index ec047d5453..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-2016 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;