c4x.h (ASM_OUTPUT_BSS): Redefine.

2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

	* config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.

From-SVN: r31565
This commit is contained in:
Michael Hayes 2000-01-22 21:13:59 +00:00 committed by Michael Hayes
parent ae5c839b09
commit 7bea4e7a3a
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
2000-01-22 Zack Weinberg <zack@wolery.cumb.org>
* fixinc/fixincl.c: Move declarations of 'pz_fname' and

View File

@ -2275,6 +2275,14 @@ asm_fprintf (FILE, "%s%d:\n", PREFIX, NUM)
assemble_name (FILE, (NAME)), \
fprintf (FILE, ",%u\n", (ROUNDED)))
#undef ASM_OUTPUT_BSS
#define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
( fputs ("\t.globl\t", FILE), \
assemble_name (FILE, (NAME)), \
fputs ("\n\t.bss\t", FILE), \
assemble_name (FILE, (NAME)), \
fprintf (FILE, ",%u\n", (SIZE)))
/* Macros Controlling Initialization Routines. */
#define OBJECT_FORMAT_COFF