* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / main.c
index 0a6090e9e9c3d95ee779d9498b94e265d1d3cd72..2cdabaf29b2b33b998d72a21769aa5ca933b8966 100644 (file)
@@ -306,6 +306,8 @@ int linesize = 100;
 
 /* Baud rate specified for talking to serial target systems.  Default
    is left as -1, so targets can choose their own defaults.  */
+/* FIXME: This means that "show remotebaud" and gr_files_info can print -1
+   or (unsigned int)-1.  This is a Bad User Interface.  */
 
 int baud_rate = -1;
 
This page took 0.024484 seconds and 4 git commands to generate.