* varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.
authorJan Beulich <jbeulich@novell.com>
Thu, 8 Jul 2004 06:14:19 +0000 (06:14 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 8 Jul 2004 06:14:19 +0000 (23:14 -0700)
From-SVN: r84269

gcc/ChangeLog
gcc/varasm.c

index 74463e7..15bf4ad 100644 (file)
@@ -1,4 +1,6 @@
 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.
index 95434b5..65875e5 100644 (file)
@@ -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)