mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
(maintenance_set_profile_cmd): Use error () instead of warning ().
This commit is contained in:
parent
a84dbcb3d9
commit
51ee2ddc9e
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user