From: Richard Stallman Date: Thu, 4 Mar 1993 21:20:14 +0000 (+0000) Subject: (handle_class_ref): Call assemble_external. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d33edda78e6525a09830a06ec625209fe02c0b7d;p=gcc.git (handle_class_ref): Call assemble_external. From-SVN: r3649 --- diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 6429dfc4c77..8ba9f555373 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -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));