(handle_class_ref): Call assemble_external.

From-SVN: r3649
This commit is contained in:
Richard Stallman 1993-03-04 21:20:14 +00:00
parent 5c1b0892e8
commit d33edda78e
1 changed files with 3 additions and 0 deletions

View File

@ -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));