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