From: Joern Rennecke Date: Mon, 26 Aug 2013 11:04:08 +0000 (+0000) Subject: i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED into proper place. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b37444e7193b7df8ab9c00532598dff98bff49d;p=gcc.git i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED into proper place. * config/i386/i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED into proper place. From-SVN: r201993 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fd65e13c7f8..bd0cd839b67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-26 Joern Rennecke + + * config/i386/i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED + into proper place. + 2013-08-26 Uros Bizjak * config/i386/i386.c (ix86_debug_options): Remove prototype. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 2e6210997ad..d0818ad39ac 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -4847,7 +4847,7 @@ ix86_in_large_data_p (tree exp) RELOC indicates whether forming the initial value of DECL requires link-time relocations. */ -static section * ATTRIBUTE_UNUSED +ATTRIBUTE_UNUSED static section * x86_64_elf_select_section (tree decl, int reloc, unsigned HOST_WIDE_INT align) {