binutils-gdb/gas/config/te-generic.h

26 lines
576 B
C
Raw Normal View History

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.
*
* 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
/* these define interfaces */
1991-04-05 02:19:53 +08:00
#include "obj-format.h"
/* 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 */