old-cross-binutils/gas/config/te-generic.h
K. Richard Pixley a39116f1c9 White space and comments only. The devo tree prior to this delta is
tagged as "vanilla" for your convenience.

There are also some comment changes.
1992-02-13 08:33:54 +00:00

25 lines
576 B
C

/*
* This file is te-generic.h and is intended to be a template for
* target environment specific header files.
*
* It is my intent that this file will evolve into a file suitable for config,
* compile, and copying as an aid for testing and porting. xoxorich.
*/
#define TE_GENERIC 1
/* these define interfaces */
#include "obj-format.h"
/* define this if you want gas to ignore the first underscore character of
each symbol */
/* #define STRIP_UNDERSCORE */
/*
* Local Variables:
* comment-column: 0
* fill-column: 131
* End:
*/
/* end of te-generic.h */