1991-04-05 02:19:53 +08:00
|
|
|
/*
|
|
|
|
* This file is te-generic.h and is intended to be a template for
|
|
|
|
* target environment specific header files.
|
1992-02-13 16:33:54 +08:00
|
|
|
*
|
|
|
|
* 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.
|
1991-04-05 02:19:53 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define TE_GENERIC 1
|
|
|
|
|
1992-02-13 16:33:54 +08:00
|
|
|
/* these define interfaces */
|
1991-04-05 02:19:53 +08:00
|
|
|
#include "obj-format.h"
|
|
|
|
|
1992-02-13 16:33:54 +08:00
|
|
|
/* define this if you want gas to ignore the first underscore character of
|
|
|
|
each symbol */
|
|
|
|
/* #define STRIP_UNDERSCORE */
|
|
|
|
|
1991-04-05 02:19:53 +08:00
|
|
|
/*
|
|
|
|
* Local Variables:
|
|
|
|
* comment-column: 0
|
|
|
|
* fill-column: 131
|
|
|
|
* End:
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* end of te-generic.h */
|