Commit 78a47b1d by Jan Beulich Committed by Richard Henderson

* varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.

From-SVN: r84269
parent 884815aa
2004-07-06 Jan Beulich <jbeulich@novell.com>
* varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.
* expmed.c (emit_store_flag): Also special-case double-word
(in-)equality comparison against -1.
......
......@@ -135,11 +135,11 @@ static void globalize_decl (tree);
static void maybe_assemble_visibility (tree);
static int in_named_entry_eq (const void *, const void *);
static hashval_t in_named_entry_hash (const void *);
#ifdef BSS_SECTION_ASM_OP
#ifdef ASM_OUTPUT_BSS
static void asm_output_bss (FILE *, tree, const char *,
unsigned HOST_WIDE_INT, unsigned HOST_WIDE_INT);
#endif
#ifdef BSS_SECTION_ASM_OP
#ifdef ASM_OUTPUT_ALIGNED_BSS
static void asm_output_aligned_bss (FILE *, tree, const char *,
unsigned HOST_WIDE_INT, int)
......
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