Commit dcc8e5e6 by Richard Stallman

(size_directive_output): New variable.

From-SVN: r5827
parent 3ad0cfaf
...@@ -82,6 +82,11 @@ int const_labelno; ...@@ -82,6 +82,11 @@ int const_labelno;
int var_labelno; int var_labelno;
/* Carry information from ASM_DECLARE_OBJECT_NAME
to ASM_FINISH_DECLARE_OBJECT. */
int size_directive_output;
/* Nonzero if at least one function definition has been seen. */ /* Nonzero if at least one function definition has been seen. */
static int function_defined; static int function_defined;
......
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