Commit f4778f92 by Doug Evans

(ASM_OUTPUT_BSS): Define.

From-SVN: r11386
parent 2491d239
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment