From: Nick Clifton Date: Mon, 28 Apr 2003 08:28:21 +0000 (+0000) Subject: * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition. X-Git-Tag: releases/gcc-3.4.0~6997 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe983a84b4aa2e9037f093e7185d1985830cb5b;p=thirdparty%2Fgcc.git * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition. From-SVN: r66156 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 611b3acf9d42..4768d57f338b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-04-28 Nick Clifton + + * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition. + 2003-04-27 Zack Weinberg * expr.c (expand_expr ): Always call diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h index c8fd84213507..89f18f261903 100644 --- a/gcc/config/arm/elf.h +++ b/gcc/config/arm/elf.h @@ -132,15 +132,6 @@ #undef TARGET_ASM_NAMED_SECTION #define TARGET_ASM_NAMED_SECTION arm_elf_asm_named_section -#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