mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* 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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user