aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJackie Smith Cashion <jsmith@redhat.com>1995-11-06 11:53:53 +0000
committerJackie Smith Cashion <jsmith@redhat.com>1995-11-06 11:53:53 +0000
commitccbd58529b3a08578b6246848c4ba6197ed35138 (patch)
tree59413b0a38ab8cae163e22cfcf613bece82fc48c /gdb
parent25ba9e8f26d5eb366ccb24ca1e24b9ab051be53e (diff)
downloadgdb-ccbd58529b3a08578b6246848c4ba6197ed35138.zip
gdb-ccbd58529b3a08578b6246848c4ba6197ed35138.tar.gz
gdb-ccbd58529b3a08578b6246848c4ba6197ed35138.tar.bz2
Change TARGET_MONITOR_PROMPT into real strings.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/config/mips/tm-vr4300.h2
-rw-r--r--gdb/config/mips/tm-vr4300el.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-vr4300.h b/gdb/config/mips/tm-vr4300.h
index 60cffbf..201174a 100644
--- a/gdb/config/mips/tm-vr4300.h
+++ b/gdb/config/mips/tm-vr4300.h
@@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define TARGET_BYTE_ORDER_SELECTABLE
-#define TARGET_MONITOR_PROMPT { '<', 'R', 'I', 'S', 'Q', '>', ' ' }
+#define TARGET_MONITOR_PROMPT "<RISQ> "
/* Hack to allow 64bit register reads, from 32bit BFD world */
#define CC_HAS_LONG_LONG 1
diff --git a/gdb/config/mips/tm-vr4300el.h b/gdb/config/mips/tm-vr4300el.h
index 53a1b58..3148f9f 100644
--- a/gdb/config/mips/tm-vr4300el.h
+++ b/gdb/config/mips/tm-vr4300el.h
@@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define TARGET_BYTE_ORDER_SELECTABLE
-#define TARGET_MONITOR_PROMPT { '<', 'R', 'I', 'S', 'Q', '>', ' ' }
+#define TARGET_MONITOR_PROMPT "<RISQ> "
/* Hack to allow 64bit register reads, from 32bit BFD world */
#define CC_HAS_LONG_LONG 1