]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/config/tc-generic.h
White space and comments only. The devo tree prior to this delta is
[thirdparty/binutils-gdb.git] / gas / config / tc-generic.h
1 /*
2 * This file is tc-generic.h and is intended to be a template for target cpu
3 * specific header files. It is my intent that this file compile. It is also
4 * my intent that this file grow into something that can be used as both a
5 * template for porting, and a stub for testing. xoxorich.
6 */
7
8 #define TC_GENERIC 1
9
10 /*
11 * Local Variables:
12 * comment-column: 0
13 * fill-column: 131
14 * End:
15 */
16
17 /* end of tc-generic.h */