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:
parent
137e9a70b7
commit
9a4a025a01
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user