* dwarf2out.c (class_scope_p): New fn.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Dec 1999 23:05:11 +0000 (23:05 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Dec 1999 23:05:11 +0000 (23:05 +0000)
commitee1cd2815dc7699c8d51f473ffdd207444bef5b9
tree4d16f0ac6775f0cc194bc5e9630ad658a196d349
parent6635b728566e9cde87e979c97d03b1d83dea8e70
    * dwarf2out.c (class_scope_p): New fn.
        (gen_subprogram_die): Use it.
        (gen_variable_die): Use it.  Tweak logic.
        (gen_struct_or_union_type_die): Check context_die to determine
        if we're function-local.
        (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.

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