objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLARE_CLASS_...
authorStan Shebs <shebs@apple.com>
Thu, 28 Jun 2001 01:34:25 +0000 (01:34 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Thu, 28 Jun 2001 01:34:25 +0000 (01:34 +0000)
commitf60b945b39191b1c033618bdc5dbe2c22655a407
treeef4d6372f6fe3f9bf1ff83ab2e3c6bc4a6478725
parentb42abad88a72de91687aca2d9d360bd4e259b84e
objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLARE_CLASS_REFERENCE.

        * objc/objc-act.c (handle_impent): Rewrite to be more portable
        and to use ASM_DECLARE_CLASS_REFERENCE.
        * config/darwin.h (ASM_DECLARE_CLASS_REFERENCE): Rename from
        undocumented DECLARE_CLASS_REFERENCE, add file argument.
        * doc/tm.texi (ASM_DECLARE_CLASS_REFERENCE): Document.

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