Change TARGET_MONITOR_PROMPT into real strings.
authorJackie Smith Cashion <jsmith@redhat.com>
Mon, 6 Nov 1995 11:53:53 +0000 (11:53 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Mon, 6 Nov 1995 11:53:53 +0000 (11:53 +0000)
gdb/config/mips/tm-vr4300.h
gdb/config/mips/tm-vr4300el.h

index 60cffbf26562993c5c591727f5ce452b47f87e94..201174ae2c60af574d0cd8976d560c8deb535538 100644 (file)
@@ -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
index 53a1b58fcb69ad84242e75489110e30fcfe36f79..3148f9f492ecaf00f4c6d7bd3d81e9a16bd1c918 100644 (file)
@@ -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
This page took 0.028785 seconds and 4 git commands to generate.