diff options
Diffstat (limited to 'gas/config/tc-generic.h')
-rw-r--r-- | gas/config/tc-generic.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/config/tc-generic.h b/gas/config/tc-generic.h index aa63410..2faab7f 100644 --- a/gas/config/tc-generic.h +++ b/gas/config/tc-generic.h @@ -1,6 +1,8 @@ /* - * This file is tc-generic.h and is intended to be a template for - * target cpu specific header files. + * This file is tc-generic.h and is intended to be a template for target cpu + * specific header files. It is my intent that this file compile. It is also + * my intent that this file grow into something that can be used as both a + * template for porting, and a stub for testing. xoxorich. */ #define TC_GENERIC 1 |