x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 11 Aug 2005 11:31:45 +0000 (11:31 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 11 Aug 2005 11:31:45 +0000 (11:31 +0000)
* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
redefinition.

From-SVN: r102987

gcc/ChangeLog
gcc/config/i386/x86-64.h

index 42e8a169864a5bbef045abbf679127e0ea203739..1e1f0dc9e0958c874b526ac64557eaf6f352f51c 100644 (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.
index b0e6947e86311af428ef007f1db7b053da4858a5..cb92a21f652ed0946c4f138e921adb7d92336b1b 100644 (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)