OSDN Git Service

* objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 May 2001 21:51:54 +0000 (21:51 +0000)
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 May 2001 21:51:54 +0000 (21:51 +0000)
commit4d4b71d3a3882d64749cf5ac25928d008e551bd2
tree9aee520c00a22ccb73b7a416682acfa048a92540
parentf3ccb8f1cadfa345c32183efe2cd3038b1599fc0
    * objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to
        NSConstantString for NeXT-style runtimes.
        (STRING_OBJECT_GLOBAL_NAME): New macro.
        (enum objc_tree_index): Add values OCTI_CNST_STR_GLOB_ID and
        OCTI_STRING_CLASS_DECL.
        (constant_string_global_id): New macro.
        (string_class_decl): Ditto.
        (setup_string_decl): New function.
        (build_objc_string_object): Use it to build a NeXT runtime
        compatible string initializer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41776 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/objc/objc-act.c