diff options
author | Orjan Friberg <orjanf@axis.com> | 2005-05-23 10:43:18 +0000 |
---|---|---|
committer | Orjan Friberg <orjanf@axis.com> | 2005-05-23 10:43:18 +0000 |
commit | 419223531ab691dce094bbfdbdddb5315599cbb9 (patch) | |
tree | 98062bcc8925d6e4b664739d2712287bd1352d9b /gdb/cris-tdep.c | |
parent | e22e55c92c835476cee824db64fb8ed9e8a4d351 (diff) | |
download | gdb-419223531ab691dce094bbfdbdddb5315599cbb9.zip gdb-419223531ab691dce094bbfdbdddb5315599cbb9.tar.gz gdb-419223531ab691dce094bbfdbdddb5315599cbb9.tar.bz2 |
2005-05-23 Orjan Friberg <orjanf@axis.com>
* cris-tdep.c: Tweak values for cris-mode.
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 206fe17..cd306a3 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -152,8 +152,8 @@ static int usr_cmd_cris_version; /* Indicates whether to trust the above variable. */ static int usr_cmd_cris_version_valid = 0; -static const char cris_mode_normal[] = "CRIS_MODE_NORMAL"; -static const char cris_mode_guru[] = "CRIS_MODE_GURU"; +static const char cris_mode_normal[] = "normal"; +static const char cris_mode_guru[] = "guru"; static const char *cris_modes[] = { cris_mode_normal, cris_mode_guru, |