Commit 01995578 by Richard Stallman

(CONSTRUCTOR_NAME_FORMAT): Defined.

From-SVN: r2800
parent 998e27a0
......@@ -629,6 +629,9 @@ do { fprintf (asm_out_file, "\ttag\t"); \
#define NO_DOLLAR_IN_LABEL
#define NO_DOT_IN_LABEL
/* The usual definitions don't work because neither $ nor . is allowed. */
#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_%%I%%%s"
/* Define a few machine-specific details
of the implementation of constructors.
......
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