re PR target/33895 (mips.c:6868: error: 'mips_output_dwarf_dtprel' defined but not...
authorRichard Sandiford <rsandifo@nildram.co.uk>
Sun, 28 Oct 2007 11:19:49 +0000 (11:19 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 28 Oct 2007 11:19:49 +0000 (11:19 +0000)
gcc/
PR target/33895
* config/mips/mips.c (mips_output_dwarf_dtprel): Add ATTRIBUTE_UNUSED.

From-SVN: r129694

gcc/ChangeLog
gcc/config/mips/mips.c

index ef136a53d876bfae40209d0e3db9bb914a70a361..e55a92a8364ba433fc9abb63b2d8a69cde583414 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-28  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       PR target/33895
+       * config/mips/mips.c (mips_output_dwarf_dtprel): Add ATTRIBUTE_UNUSED.
+
 2007-10-28  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        * dce.c (delete_unmarked_insns): Just delete the RETVAL and
index b2d105b077bc622146fcbecc5f104eafa768b939..8ab0e2bc10b7c8927b7454fb70fc057f6bd5af4f 100644 (file)
@@ -6783,7 +6783,7 @@ mips_output_filename (FILE *stream, const char *name)
 
 /* Implement TARGET_ASM_OUTPUT_DWARF_DTPREL.  */
 
-static void
+static void ATTRIBUTE_UNUSED
 mips_output_dwarf_dtprel (FILE *file, int size, rtx x)
 {
   switch (size)