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
This commit is contained in:
Joern Rennecke 2013-08-26 11:04:08 +00:00 committed by Joern Rennecke
parent 8616e65ce8
commit 4b37444e71
2 changed files with 6 additions and 1 deletions

View 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.

View 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)
{