]> Git Repo - binutils.git/blob - gas/config/te-generic.h
White space and comments only. The devo tree prior to this delta is
[binutils.git] / gas / config / te-generic.h
1 /*
2  * This file is te-generic.h and is intended to be a template for
3  * target environment specific header files.
4  *
5  * It is my intent that this file will evolve into a file suitable for config,
6  * compile, and copying as an aid for testing and porting.  xoxorich.
7  */
8
9 #define TE_GENERIC 1
10
11 /* these define interfaces */
12 #include "obj-format.h"
13
14 /* define this if you want gas to ignore the first underscore character of
15    each symbol */
16 /* #define STRIP_UNDERSCORE */
17
18 /*
19  * Local Variables:
20  * comment-column: 0
21  * fill-column: 131
22  * End:
23  */
24
25 /* end of te-generic.h */
This page took 0.022905 seconds and 4 git commands to generate.