* gcc/config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
authorMark Elbrecht <snowball3@bigfoot.com>
Wed, 4 Aug 1999 08:58:39 +0000 (08:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 4 Aug 1999 08:58:39 +0000 (02:58 -0600)
From-SVN: r28493

gcc/ChangeLog
gcc/config/i386/djgpp.h

index a28bc6953d8b7d69fef18e29256b27fe24939600..6b812d45c83ee1a11c1afc32cc46a1c9bd626c7a 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-04 Mark Elbrecht <snowball3@bigfoot.com> 
+
+       * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define. 
+
 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
 
        * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
index 5727b0a9bbd2d0a2ddc923ac0fd60d6ec39ce6da..4dc1471598f1d2e187cd4cd70c1b388ccf6a1f3b 100644 (file)
@@ -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"