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 | |
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.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/cris-tdep.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e35134e..875ddbd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2005-05-23 Orjan Friberg <orjanf@axis.com> + + * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi + documentation. Add documentation for cris-mode. + 2004-05-23 Joel Brobecker <brobecker@adacore.com> * mdebugread.c (record_minimal_symbol): New procedure. 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, |