mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 18:41:27 +00:00
Short form of sample-size option had wrong value.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Fri Sep 12 12:01:39 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* interp.c (mips_options): Fix samples option short form, should
|
||||
be `x'.
|
||||
|
||||
Thu Sep 11 09:35:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* interp.c (sim_info): Enable info code. Was just returning.
|
||||
|
||||
@@ -747,7 +747,7 @@ static const OPTION mips_options[] =
|
||||
'y', "FREQ", "Profile frequency",
|
||||
mips_option_handler },
|
||||
{ {"samples", required_argument, NULL,'x'},
|
||||
'y', "SIZE", "Profile sample size",
|
||||
'x', "SIZE", "Profile sample size",
|
||||
mips_option_handler },
|
||||
{ {NULL, no_argument, NULL, 0}, '\0', NULL, NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user