i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED into proper place.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 26 Aug 2013 11:04:08 +0000 (11:04 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 26 Aug 2013 11:04:08 +0000 (12:04 +0100)
        * config/i386/i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED
        into proper place.

From-SVN: r201993

gcc/ChangeLog
gcc/config/i386/i386.c

index fd65e13c7f8b68fcd4f12f612dfbaaa48815b154..bd0cd839b6731182746c7b1ab0d446def9d68977 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-26  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * config/i386/i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED
+       into proper place.
+
 2013-08-26  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.c (ix86_debug_options): Remove prototype.
index 2e6210997ad226d28274319ababd6a0b96030d3d..d0818ad39acce2dd5e01ebf09c0c2aac8b66acf0 100644 (file)
@@ -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)
 {