X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Felf32-avr.h;h=324c2dfdf3e06bd306900c824df5489b7a5c6f24;hb=0ebd63309241350f0fd0e806662ccfd014105179;hp=58c72d9343d091aef0063b7ed2d3f47e70953bfd;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=external%2Fbinutils.git diff --git a/bfd/elf32-avr.h b/bfd/elf32-avr.h index 58c72d9..324c2df 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-2019 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;