2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
authorm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Jan 2000 21:13:59 +0000 (21:13 +0000)
committerm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Jan 2000 21:13:59 +0000 (21:13 +0000)
* config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31565 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/c4x/c4x.h

index e4393bd..56d4404 100644 (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
index 470d657..2232300 100644 (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