From eb2b0cc0edabaf4b09d32a4ff011cd99c201c9db Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 11 Aug 2005 11:31:45 +0000 Subject: 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 --- gcc/config/i386/x86-64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/config') diff --git a/gcc/config/i386/x86-64.h b/gcc/config/i386/x86-64.h index b0e6947..cb92a21 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) -- cgit v1.1