X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fdwarf2out.c;h=7ec1e931eed523dab0a53318d167b810a4ce83de;hp=9a415e9a171c564921d695d5e1237f640e0e39b9;hb=9cecf767f073a1b553c04e7884cc37db12fbe2d0;hpb=3962e00c61cc12efda893d31cbdec381fce6521b;ds=sidebyside diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 9a415e9a171..7ec1e931eed 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -19636,12 +19636,6 @@ gen_subprogram_die (tree decl, dw_die_ref context_die) subr_die = new_die (DW_TAG_subprogram, context_die, decl); add_abstract_origin_attribute (subr_die, origin); - /* This is where the actual code for a cloned function is. - Let's emit linkage name attribute for it. This helps - debuggers to e.g, set breakpoints into - constructors/destructors when the user asks "break - K::K". */ - add_linkage_name (subr_die, decl); } else if (old_die) {