* configure.tgt: Add arm, mips, sh wince targets.

* config/arm/tm-wince.h: New file.
* config/arm/wince.mt New file.
* config/sh/tm-wince.h: New file.
* config/sh/wince.mt New file.
* config/mips/tm-wince.h: New file.
* config/mips/wince.mt New file.
* wince.c: New file.
* wince-stub.c: New file.
* wince-stub.h: New file.
* sh-tdep.c: Use correct register names for Windows CE.
This commit is contained in:
Christopher Faylor
2000-02-24 03:31:45 +00:00
parent abd63a324b
commit 091be84d73
9 changed files with 141 additions and 3 deletions

View File

@ -88,9 +88,11 @@ static char *sh3e_reg_names[] = {
};
/* *INDENT-ON* */
#ifdef _WIN32_WCE
char **sh_register_names = sh3_reg_names;
#else
char **sh_register_names = sh_generic_reg_names;
#endif
struct
{