mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 17:16:42 +00:00
a39116f1c9
tagged as "vanilla" for your convenience. There are also some comment changes.
18 lines
424 B
C
18 lines
424 B
C
/*
|
|
* 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
|
|
|
|
/*
|
|
* Local Variables:
|
|
* comment-column: 0
|
|
* fill-column: 131
|
|
* End:
|
|
*/
|
|
|
|
/* end of tc-generic.h */
|