(ASM_OUTPUT_BSS): Define.
authorDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 22:17:33 +0000 (22:17 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 22:17:33 +0000 (22:17 +0000)
From-SVN: r11386

gcc/config/h8300/h8300.h

index a43b41bdf9976abb123ae67e9f1f921a0d4c8897..4af97f2cb79b6111aabc1dea37e8b30c9a17b4f7 100644 (file)
@@ -1225,6 +1225,13 @@ do { char dstr[30];                                      \
   assemble_name ((FILE), (NAME)),              \
   fprintf ((FILE), ",%d\n", (SIZE)))
 
+/* This says how to output the assembler to define a global
+   uninitialized but not common symbol.
+   Try to use asm_output_bss to implement this macro.  */
+
+#define ASM_OUTPUT_BSS(FILE, NAME, SIZE, ROUNDED) \
+  asm_output_bss ((FILE), (NAME), (SIZE), (ROUNDED))
+
 /* This says how to output an assembler line
    to define a local common symbol.  */