Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gprof / dep-in.sed
index 0981dfc9db5e91163c1b6783520020771e18d133..4823f1e3829cfd61978278d4b9e1644878e50faf 100644 (file)
@@ -1,19 +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/$/ \\/
This page took 0.024124 seconds and 4 git commands to generate.