diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-24 19:49:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-24 19:49:18 +0000 |
commit | 056350c6bd025c6b73b25f39247c890581b215b1 (patch) | |
tree | 3ee95df831c15874e7550cddf4a55cdc2002dfdd /gas/config/te-wince-pe.h | |
parent | 8a0e0f38af77d6c38cdf9a257b55b4a06ce09124 (diff) | |
download | gdb-056350c6bd025c6b73b25f39247c890581b215b1.zip gdb-056350c6bd025c6b73b25f39247c890581b215b1.tar.gz gdb-056350c6bd025c6b73b25f39247c890581b215b1.tar.bz2 |
Add support for WinCE targeted toolchains.
Diffstat (limited to 'gas/config/te-wince-pe.h')
-rw-r--r-- | gas/config/te-wince-pe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/te-wince-pe.h b/gas/config/te-wince-pe.h new file mode 100644 index 0000000..d1193b8 --- /dev/null +++ b/gas/config/te-wince-pe.h @@ -0,0 +1,2 @@ +#define TE_WINCE +#include "te-pe.h" |