summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-04 08:58:39 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-04 08:58:39 +0000
commitfecdcd66aa4b9afe092c25b9814acfd64e8d9190 (patch)
tree2079cd8d12d4d0e0a820cbb2829fdd5748033c87 /gcc/config
parent1793cd6b14b20305ff3ed6980ac83d1e24d02ad2 (diff)
downloadgcc-fecdcd66aa4b9afe092c25b9814acfd64e8d9190.tar.gz
* gcc/config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28493 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/djgpp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h
index 5727b0a9bbd..4dc1471598f 100644
--- a/gcc/config/i386/djgpp.h
+++ b/gcc/config/i386/djgpp.h
@@ -33,6 +33,16 @@ Boston, MA 02111-1307, USA. */
#include "i386/gas.h"
+/* If defined, a C expression whose value is a string containing the
+ assembler operation to identify the following data as
+ uninitialized global data. If not defined, and neither
+ `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
+ uninitialized global data will be output in the data section if
+ `-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be
+ used. */
+#undef BSS_SECTION_ASM_OP
+#define BSS_SECTION_ASM_OP "\t.section\t.bss"
+
/* Enable alias attribute support. */
#ifndef SET_ASM_OP
#define SET_ASM_OP "\t.set"