diff options
Diffstat (limited to 'gas/config/te-generic.h')
-rw-r--r-- | gas/config/te-generic.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gas/config/te-generic.h b/gas/config/te-generic.h index 4b40d61..999a4d2 100644 --- a/gas/config/te-generic.h +++ b/gas/config/te-generic.h @@ -1,13 +1,20 @@ /* * 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 */ +/* 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 |