Commit 4b550d9f by Andreas Schwab Committed by Andreas Schwab

* varasm.c (asm_output_aligned_bss): Declare as possibly unused.

From-SVN: r62282
parent 0732a089
2003-02-02 Andreas Schwab <schwab@suse.de>
* varasm.c (asm_output_aligned_bss): Declare as possibly unused.
2003-02-02 Richard Earnshaw <rearnsha@arm.com>
* arm.md (sibcall_epilogue): Set the "conds" to "clob".
......
......@@ -169,8 +169,8 @@ static void asm_output_bss PARAMS ((FILE *, tree, const char *, int, int));
#endif
#ifdef BSS_SECTION_ASM_OP
#ifdef ASM_OUTPUT_ALIGNED_BSS
static void asm_output_aligned_bss PARAMS ((FILE *, tree, const char *,
int, int));
static void asm_output_aligned_bss
PARAMS ((FILE *, tree, const char *, int, int)) ATTRIBUTE_UNUSED;
#endif
#endif /* BSS_SECTION_ASM_OP */
static hashval_t const_str_htab_hash PARAMS ((const void *x));
......
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