]> gcc.gnu.org Git - gcc.git/commitdiff
i386.c (i386_solaris_elf_named_section): Mark with ATTRIBUTE_UNUSED.
authorMark Mitchell <mark@codesourcery.com>
Thu, 18 Nov 2004 01:55:21 +0000 (01:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 18 Nov 2004 01:55:21 +0000 (01:55 +0000)
  * config/i386/i386.c (i386_solaris_elf_named_section): Mark with
ATTRIBUTE_UNUSED.

From-SVN: r90841

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

index 1e2265ce8748e383979faa92141a350c703e8246..fd5b6b7d012dd548f1b43c65aa6284481fb5a4c5 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-17  Mark Mitchell  <mark@codesourcery.com>
+
+       * config/i386/i386.c (i386_solaris_elf_named_section): Mark with
+       ATTRIBUTE_UNUSED.
+  
 2004-11-17  Zack Weinberg  <zack@codesourcery.com>
 
        * defaults.h, config/darwin.h: Don't define TARGET_SUPPORTS_HIDDEN.
index cb807b05ee50f2cde3b419f4680ae334bdf62cbe..a60558448cabf771909a26acb3157a1f6c59caf7 100644 (file)
@@ -927,7 +927,9 @@ static bool ix86_pass_by_reference (CUMULATIVE_ARGS *, enum machine_mode,
 #if defined (DO_GLOBAL_CTORS_BODY) && defined (HAS_INIT_SECTION)
 static void ix86_svr3_asm_out_constructor (rtx, int);
 #endif
-static void i386_solaris_elf_named_section (const char *, unsigned int, tree);
+/* This function is only used on Solaris.  */
+static void i386_solaris_elf_named_section (const char *, unsigned int, tree)
+  ATTRIBUTE_UNUSED;
 
 /* Register class used for passing given 64bit part of the argument.
    These represent classes as documented by the PS ABI, with the exception
This page took 0.105867 seconds and 5 git commands to generate.