mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 04:00:25 +08:00
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:
parent
ae5c839b09
commit
7bea4e7a3a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user