From 371d3557e64b031589c6d1d719254cdcbca7e923 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 27 Jan 2003 20:25:35 +0000 Subject: [PATCH] * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)] (maintenance_set_profile_cmd): Use error () instead of warning (). --- gdb/ChangeLog | 5 +++++ gdb/maint.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 198d936636..9e7385fe01 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2003-01-27 Daniel Jacobowitz + * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)] + (maintenance_set_profile_cmd): Use error () instead of warning (). + +2003-01-27 Daniel Jacobowitz + * configure.in: Check that -pg works if using --enable-profiling. Check for monstartup and _mcleanup regardless of --enable-profiling. * maint.c: Check for monstartup and _mcleanup before using them. diff --git a/gdb/maint.c b/gdb/maint.c index 6240b49f2d..3595e184ab 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -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 -- 2.11.0