]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dwarf2out.c
dwarf2out.c (gen_subprogram_die): Handle redefinition of an extern inline function.
authorJeff Law <law@gcc.gnu.org>
Tue, 16 Sep 1997 04:39:46 +0000 (22:39 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 16 Sep 1997 04:39:46 +0000 (22:39 -0600)
commit4401bf245c6e45a270187245ef0e75bf7f706012
treedbc300dd68d894385ceb694f09b48927e72f4cbf
parent33687242dc84a47422a1f3cd4903d8004d613055
dwarf2out.c (gen_subprogram_die): Handle redefinition of an extern inline function.

        * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
        extern inline function.

        * dwarf2out.c (reg_loc_descriptor): Fix prototype.
        (concat_loc_descriptor): New function.
        (loc_descriptor): Call it.
        (add_AT_location_description): Also elide the descriptor if both
        halves of a CONCAT are pseudos.
        (add_location_or_const_value_attribute): Recognize CONCAT too.
Bring over from devo/fsf.

From-SVN: r15470
gcc/ChangeLog
gcc/dwarf2out.c