re PR target/33895 (mips.c:6868: error: 'mips_output_dwarf_dtprel' defined but not used)

gcc/
	PR target/33895
	* config/mips/mips.c (mips_output_dwarf_dtprel): Add ATTRIBUTE_UNUSED.

From-SVN: r129694
This commit is contained in:
Richard Sandiford 2007-10-28 11:19:49 +00:00 committed by Richard Sandiford
parent 137e9a70b7
commit 9a4a025a01
2 changed files with 6 additions and 1 deletions

View 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

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