From d33edda78e6525a09830a06ec625209fe02c0b7d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 4 Mar 1993 21:20:14 +0000 Subject: [PATCH] (handle_class_ref): Call assemble_external. From-SVN: r3649 --- gcc/objc/objc-act.c | 3 +++ 1 file changed, 3 insertions(+) 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)); -- 2.30.2