* i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.

From-SVN: r28666
This commit is contained in:
Mark Elbrecht 1999-08-11 08:03:44 +00:00 committed by Jeff Law
parent 0dcda00203
commit 1bf560bdb3
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-08-01 Mark Elbrecht <snowball3@bigfoot.com>
* i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
1999-08-11 Richard Earnshaw (rearnsha@arm.com)
* emit-rtl.c (mark_reg_pointer): Don't increase the alignment of

View File

@ -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