objc-act.c (handle_class_ref): Rewrite to flush target specific code and use new...
authorStan Shebs <shebs@apple.com>
Sun, 29 Apr 2001 00:12:51 +0000 (00:12 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Sun, 29 Apr 2001 00:12:51 +0000 (00:12 +0000)
commit28df0b5ae3b6d7905de50fad4b5091dc7eb695a3
treec3a72e15a098bd16c87919299d256399f54003cf
parentf37f462aa63f3290f973f7b30288ea70373969a8
objc-act.c (handle_class_ref): Rewrite to flush target specific code and use new macro...

        * objc/objc-act.c (handle_class_ref): Rewrite to flush target
        specific code and use new macro ASM_DECLARE_UNRESOLVED_REFERENCE.
        * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Define.
        * tm.texi (ASM_DECLARE_UNRESOLVED_REFERENCE): Document.

From-SVN: r41666
gcc/ChangeLog
gcc/config/darwin.h
gcc/objc/objc-act.c
gcc/tm.texi