* config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
authorNick Clifton <nickc@redhat.com>
Mon, 28 Apr 2003 08:28:21 +0000 (08:28 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 28 Apr 2003 08:28:21 +0000 (08:28 +0000)
From-SVN: r66156

gcc/ChangeLog
gcc/config/arm/elf.h

index 611b3acf9d42fd890f6210d818195eff319a11fa..4768d57f338b49fd44d330d3301e0ee55934646a 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-28  Nick Clifton  <nickc@redhat.com>
+
+       * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
+
 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
 
        * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
index c8fd84213507b23a7268893f981a8a02264668b9..89f18f261903afde9f2457943f8685c0cc004514 100644 (file)
 #undef  TARGET_ASM_NAMED_SECTION
 #define TARGET_ASM_NAMED_SECTION  arm_elf_asm_named_section
 \f
-#undef  ASM_OUTPUT_ALIGNED_COMMON
-#define ASM_OUTPUT_ALIGNED_COMMON(STREAM, NAME, SIZE, ALIGN)   \
-  do                                                           \
-    {                                                          \
-      fprintf (STREAM, "\t.comm\t");                           \
-      assemble_name (STREAM, NAME);                            \
-      fprintf (STREAM, ", %d, %d\n", SIZE, ALIGN);             \
-    }                                                          \
-  while (0)
 
 /* For PIC code we need to explicitly specify (PLT) and (GOT) relocs.  */
 #define NEED_PLT_RELOC flag_pic