* stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is

defined, make it an error to specify a single argument which is not
	a frame number.
This commit is contained in:
Jim Kingdon
1994-01-27 21:44:40 +00:00
parent 7b40f2b169
commit 577da8cbbd

@ -1,5 +1,9 @@
Thu Jan 27 15:12:23 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
defined, make it an error to specify a single argument which is not
a frame number.
* Makefile.in (version.c), main.c (print_gdb_version): Use
host_alias and target_alias, not host_canonical and
target_canonical, to print configuration.