gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / opcodes / dep-in.sed
1 :loop
2 /\\$/N
3 s/\\\n */ /g
4 t loop
5
6 s! \./! !g
7 s! @BFD_H@! $(BFD_H)!g
8 s!@INCDIR@!$(INCDIR)!g
9 s!@TOPDIR@/include!$(INCDIR)!g
10 s!@BFDDIR@!$(BFDDIR)!g
11 s!@TOPDIR@/bfd!$(BFDDIR)!g
12 s!@SRCDIR@/!!g
13 s! \.\./intl/libintl\.h!!g
14
15 s/ *$//
16 s/ */ /g
17 s/^ */A/
18 s/ / \\\
19 B/g
20 $s/$/ \\/
This page took 0.030449 seconds and 4 git commands to generate.