]> Git Repo - binutils.git/blame_incremental - ld/dep-in.sed
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
[binutils.git] / ld / dep-in.sed
... / ...
CommitLineData
1:loop
2/\\$/N
3/\\$/b loop
4
5s!@INCDIR@!$(INCDIR)!g
6s!@srcdir@/!!g
7s!\.\./bfd/hosts/[^ ]*\.h ! !g
8
9s/\\\n */ /g
10
11s/ *$//
12s/ */ /g
13/:$/d
14
15s/\(.\{50\}[^ ]*\) /\1 \\\
16 /g
This page took 0.02044 seconds and 4 git commands to generate.