X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gprof%2Fdep-in.sed;h=4823f1e3829cfd61978278d4b9e1644878e50faf;hb=0231a51ef7ff49336d3a2f0e4eec09cd17b23c95;hp=f61921a48285560adfeb00a5eafd6867e8ee652c;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=external%2Fbinutils.git diff --git a/gprof/dep-in.sed b/gprof/dep-in.sed index f61921a..4823f1e 100644 --- a/gprof/dep-in.sed +++ b/gprof/dep-in.sed @@ -1,17 +1,20 @@ :loop /\\$/N -/\\$/b loop +s/\\\n */ /g +t loop +s! \./! !g s!@INCDIR@!$(INCDIR)!g +s!@TOPDIR@/include!$(INCDIR)!g s!@BFDDIR@!$(BFDDIR)!g +s!@TOPDIR@/bfd!$(BFDDIR)!g s!@SRCDIR@/!!g s!@OBJDIR@/!!g - -s/\\\n */ /g +s! \.\./intl/libintl\.h!!g s/ *$// s/ */ /g -/:$/d - -s/\(.\{50\}[^ ]*\) /\1 \\\ - /g +s/^ */A/ +s/ / \\\ +B/g +$s/$/ \\/