aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2013-08-26 11:04:08 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2013-08-26 12:04:08 +0100
commit4b37444e7193b7df8ab9c00532598dff98bff49d (patch)
tree547714eb3d41f5cb2f5a771f1f9d39e6955b9716 /gcc/config
parent8616e65ce8ddf439b2697d7d036b2bbaabb5943b (diff)
downloadgcc-4b37444e7193b7df8ab9c00532598dff98bff49d.zip
gcc-4b37444e7193b7df8ab9c00532598dff98bff49d.tar.gz
gcc-4b37444e7193b7df8ab9c00532598dff98bff49d.tar.bz2
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
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 2e62109..d0818ad 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)
{