Remove reference to warn_bss_align.
authorCatherine Moore <clm@cygnus.com>
Tue, 23 Jun 1998 05:45:40 +0000 (05:45 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Tue, 23 Jun 1998 05:45:40 +0000 (01:45 -0400)
From-SVN: r20670

gcc/ChangeLog
gcc/varasm.c

index ab4cacf..69b80ca 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 23 06:45:00 1998  Catherine Moore  <clm@cygnus.com>
+
+        * varasm.c (assemble_variable): Remove reference to warn_bss_align.
+
 Mon Jun 22 23:57:31 1998  David S. Miller <davem@pierdol.cobaltmicro.com>
 
        * config/sparc/sparc.md (zero_extendhidi2, extendhisi2,
index 1759f09..760aa77 100644 (file)
@@ -1335,7 +1335,7 @@ assemble_variable (decl, top_level, at_end, dont_output_data)
                 * (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
       
 #if !defined(ASM_OUTPUT_ALIGNED_COMMON) && !defined(ASM_OUTPUT_ALIGNED_BSS)
-      if (warn_bss_align && (DECL_ALIGN (decl) / BITS_PER_UNIT) > rounded)
+      if ( (DECL_ALIGN (decl) / BITS_PER_UNIT) > rounded)
          warning_with_decl 
            (decl, "requested alignment for %s is greater than implemented alignment of %d.",rounded);
 #endif