Commit d33edda7 by Richard Stallman

(handle_class_ref): Call assemble_external.

From-SVN: r3649
parent 5c1b0892
......@@ -5116,6 +5116,9 @@ handle_class_ref (chain)
/* Make following constant read-only (why not)? */
text_section ();
/* Inform the assembler about this new external thing. */
assemble_external (decl);
/* Output a constant to reference this address. */
output_constant (build1 (ADDR_EXPR, string_type_node, decl),
int_size_in_bytes (string_type_node));
......
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