aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
diff options
context:
space:
mode:
authorMark Elbrecht <snowball3@bigfoot.com>1999-08-11 08:03:44 +0000
committerJeff Law <law@gcc.gnu.org>1999-08-11 02:03:44 -0600
commit1bf560bdb3f4cf6a162bbed67dc1e4b37fd70ec5 (patch)
treeae6fd9331ab2473886a0cfbd29c30f4f140b2a04 /gcc/config/i386
parent0dcda0020345c2c47dac425a33c8a7708ce759e8 (diff)
downloadgcc-1bf560bdb3f4cf6a162bbed67dc1e4b37fd70ec5.zip
gcc-1bf560bdb3f4cf6a162bbed67dc1e4b37fd70ec5.tar.gz
gcc-1bf560bdb3f4cf6a162bbed67dc1e4b37fd70ec5.tar.bz2
* i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
From-SVN: r28666
Diffstat (limited to 'gcc/config/i386')
-rw-r--r--gcc/config/i386/djgpp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h
index 4dc1471..4ddd90f 100644
--- a/gcc/config/i386/djgpp.h
+++ b/gcc/config/i386/djgpp.h
@@ -162,6 +162,11 @@ dtor_section () \
#define ASM_OUTPUT_ALIGN(FILE,LOG) \
if ((LOG) != 0) fprintf ((FILE), "\t.p2align %d\n", LOG)
+/* This is how to output a global symbol in the BSS section. */
+#undef ASM_OUTPUT_ALIGNED_BSS
+#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
+ asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
+
/* djgpp has atexit (). */
#undef HAVE_ATEXIT
#define HAVE_ATEXIT