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
This commit is contained in:
Rainer Orth 2005-08-11 11:31:45 +00:00 committed by Rainer Orth
parent 0711c8ccb1
commit eb2b0cc0ed
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* doc/rtl.texi: Fix two typos.

View File

@ -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)