Commit 9a4a025a by Richard Sandiford Committed by Richard Sandiford

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
parent 137e9a70
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
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment