]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.c (x86_output_aligned_bss): Move out of COMMON_ASM_OP ifdef.
authorEric Christopher <echristo@apple.com>
Tue, 5 Dec 2006 22:35:13 +0000 (22:35 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 5 Dec 2006 22:35:13 +0000 (22:35 +0000)
2006-12-05  Eric Christopher  <echristo@apple.com>

* config/i386/i386.c (x86_output_aligned_bss): Move out
of COMMON_ASM_OP ifdef.

From-SVN: r119560

gcc/ChangeLog
gcc/config/i386/i386.c

index 71d8243c0cab82411a335fbfd8b74c1a89c11339..3f098bfa0407f0a38df2bf6ef233af417f88c277 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-05  Eric Christopher  <echristo@apple.com>
+
+       * config/i386/i386.c (x86_output_aligned_bss): Move out
+       of COMMON_ASM_OP ifdef.
+
 2006-12-05  Eric Christopher  <echristo@apple.com>
 
        * config/darwin.h (DARWIN_EXTRA_SPECS): New.
index dd715b4ac1c276fb3664c58d9058b18b7f81c7b3..98652aecb5822f623a2d8f00283384a327ff13f0 100644 (file)
@@ -2392,7 +2392,7 @@ x86_elf_aligned_common (FILE *file,
   fprintf (file, ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n",
           size, align / BITS_PER_UNIT);
 }
-
+#endif
 /* Utility function for targets to use in implementing
    ASM_OUTPUT_ALIGNED_BSS.  */
 
@@ -2416,7 +2416,6 @@ x86_output_aligned_bss (FILE *file, tree decl ATTRIBUTE_UNUSED,
 #endif /* ASM_DECLARE_OBJECT_NAME */
   ASM_OUTPUT_SKIP (file, size ? size : 1);
 }
-#endif
 \f
 void
 optimization_options (int level, int size ATTRIBUTE_UNUSED)