* write.c (relax_frag): Make non-static.
[deliverable/binutils-gdb.git] / bfd / targmatch.sed
1 1,/START OF targmatch.h/ d
2 /END OF targmatch.h/,$ d
3 s/^#if/KEEP #if/
4 s/^#endif/KEEP #endif/
5 s/^[ ]*#.*$//
6 s/^KEEP #/#/
7 s/[ ]*\\$//
8 s/[| ][| ]*\([^|() ][^|() ]*\)[ ]*\|/{ "\1", NULL },/g
9 s/[| ][| ]*\([^|() ][^|() ]*\)[ ]*)/{ "\1",/g
10 s/^[ ]*targ_defvec=\([^ ]*\)/#if !defined (SELECT_VECS) || defined (HAVE_\1)\
11 \&\1\
12 #else\
13 UNSUPPORTED_TARGET\
14 #endif\
15 },/
16 s/.*=.*//
17 s/;;//
This page took 0.055925 seconds and 4 git commands to generate.