* gcc/config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.

From-SVN: r28493
This commit is contained in:
Mark Elbrecht 1999-08-04 08:58:39 +00:00 committed by Jeff Law
parent 1fe659304f
commit bc3c01c507
2 changed files with 14 additions and 0 deletions

View 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.

View 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"