Commit eb2b0cc0 by Rainer Orth Committed by Rainer Orth

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
parent 0711c8cc
2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
redefinition.
2005-08-11 Wu Zhou <woodzltc@cn.ibm.com> 2005-08-11 Wu Zhou <woodzltc@cn.ibm.com>
* doc/rtl.texi: Fix two typos. * doc/rtl.texi: Fix two typos.
......
...@@ -51,6 +51,7 @@ Boston, MA 02110-1301, USA. */ ...@@ -51,6 +51,7 @@ Boston, MA 02110-1301, USA. */
#define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \ #define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
%{Wa,*:%*} %{m32:--32} %{m64:--64}" %{Wa,*:%*} %{m32:--32} %{m64:--64}"
#undef ASM_OUTPUT_ALIGNED_BSS
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN) x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment