aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-03-04 21:20:14 +0000
committerRichard Stallman <rms@gnu.org>1993-03-04 21:20:14 +0000
commitd33edda78e6525a09830a06ec625209fe02c0b7d (patch)
tree75919cef6a8ec916b74285a022fd1a4019ca5e67
parent5c1b0892e8f5f096b06cb7c26ae5f6d16d41733d (diff)
downloadgcc-d33edda78e6525a09830a06ec625209fe02c0b7d.zip
gcc-d33edda78e6525a09830a06ec625209fe02c0b7d.tar.gz
gcc-d33edda78e6525a09830a06ec625209fe02c0b7d.tar.bz2
(handle_class_ref): Call assemble_external.
From-SVN: r3649
-rw-r--r--gcc/objc/objc-act.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 6429dfc..8ba9f55 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));