* maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
authorDaniel Jacobowitz <drow@false.org>
Mon, 27 Jan 2003 20:25:35 +0000 (20:25 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 27 Jan 2003 20:25:35 +0000 (20:25 +0000)
(maintenance_set_profile_cmd): Use error () instead of warning ().

gdb/ChangeLog
gdb/maint.c

index 198d93663612311949692a788668b9ff2919c0c7..9e7385fe018ab64606c7d6695d590c1b7f8addbf 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
+       (maintenance_set_profile_cmd): Use error () instead of warning ().
+
 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
 
        * configure.in: Check that -pg works if using --enable-profiling.
index 6240b49f2d3cc3aef20a4bf3851938726231036f..3595e184ab9f3c2257d318b0dd731902d332441d 100644 (file)
@@ -692,7 +692,7 @@ maintenance_set_profile_cmd (char *args, int from_tty, struct cmd_list_element *
 static void
 maintenance_set_profile_cmd (char *args, int from_tty, struct cmd_list_element *c)
 {
-  warning ("Profiling support is not available on this system.");
+  error ("Profiling support is not available on this system.");
 }
 #endif
 
This page took 0.029889 seconds and 4 git commands to generate.