From: Rainer Orth Date: Thu, 11 Aug 2005 11:31:45 +0000 (+0000) Subject: x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb2b0cc0edabaf4b09d32a4ff011cd99c201c9db;p=gcc.git x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition. * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition. From-SVN: r102987 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 42e8a169864..1e1f0dc9e09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-08-11 Rainer Orth + + * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before + redefinition. + 2005-08-11 Wu Zhou * doc/rtl.texi: Fix two typos. diff --git a/gcc/config/i386/x86-64.h b/gcc/config/i386/x86-64.h index b0e6947e863..cb92a21f652 100644 --- a/gcc/config/i386/x86-64.h +++ b/gcc/config/i386/x86-64.h @@ -51,6 +51,7 @@ Boston, MA 02110-1301, USA. */ #define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \ %{Wa,*:%*} %{m32:--32} %{m64:--64}" +#undef ASM_OUTPUT_ALIGNED_BSS #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)