Fix a problem with 32-bit displacements in .code16gcc mode.
[deliverable/binutils-gdb.git] / gas / dep-in.sed
CommitLineData
252b5132
RH
1:loop
2/\\$/N
3/\\$/b loop
4
5s! ../config.h!!g
6s! ../../bfd/bfd.h!!g
7s! ../itbl-parse.h!!g
8s!@INCDIR@!$(INCDIR)!g
9s!@BFDDIR@!$(BFDDIR)!g
10s!@SRCDIR@/config!$(srcdir)/config!g
11s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
12s!@SRCDIR@/!!g
13s! config.h!!g
14s! as.h!!g
15s! asintl.h!!g
16s! targ-env.h!!g
17s! obj-format.h!!g
18s! targ-cpu.h!!g
19s! flonum.h!!g
20s! expr.h!!g
252b5132
RH
21s! write.h!!g
22s! frags.h!!g
23s! hash.h!!g
24s! read.h!!g
25s! symbols.h!!g
26s! tc.h!!g
27s! obj.h!!g
28s! listing.h!!g
29s! bignum.h!!g
30s! bit_fix.h!!g
31s! itbl-cpu.h!!g
32s! \$(srcdir)/config/te-generic.h!!g
33s! \$(INCDIR)/libiberty.h!!g
34s! \$(INCDIR)/ansidecl.h!!g
35s! \$(INCDIR)/fopen-same.h!!g
36
37s/\\\n */ /g
38
39s/ *$//
40s/ */ /g
41/:$/d
42
43s/\(.\{50\}[^ ]*\) /\1 \\\
44 /g
This page took 0.051298 seconds and 4 git commands to generate.