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:
parent
0711c8ccb1
commit
eb2b0cc0ed
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user