aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/x86-64.h
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2005-08-11 11:31:45 +0000
committerRainer Orth <ro@gcc.gnu.org>2005-08-11 11:31:45 +0000
commiteb2b0cc0edabaf4b09d32a4ff011cd99c201c9db (patch)
tree5e30510019af6f2c8618d8b88b6dfc4964b61624 /gcc/config/i386/x86-64.h
parent0711c8ccb13187aa56de91a47c706a266b177a9f (diff)
downloadgcc-eb2b0cc0edabaf4b09d32a4ff011cd99c201c9db.zip
gcc-eb2b0cc0edabaf4b09d32a4ff011cd99c201c9db.tar.gz
gcc-eb2b0cc0edabaf4b09d32a4ff011cd99c201c9db.tar.bz2
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
Diffstat (limited to 'gcc/config/i386/x86-64.h')
-rw-r--r--gcc/config/i386/x86-64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/x86-64.h b/gcc/config/i386/x86-64.h
index b0e6947..cb92a21 100644
--- a/gcc/config/i386/x86-64.h
+++ b/gcc/config/i386/x86-64.h
@@ -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)