OSDN Git Service

* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Aug 2005 11:31:45 +0000 (11:31 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Aug 2005 11:31:45 +0000 (11:31 +0000)
redefinition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102987 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 42e8a16..1e1f0dc 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 b0e6947..cb92a21 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)