aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-27 21:44:40 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-27 21:44:40 +0000
commit577da8cbbd0c2f91e6ab64ad0d2a22d0e0468651 (patch)
treee7db6ddc28ff6c4df8795eebafe8450c281cf313
parent7b40f2b16942598c1041724395e4dd20a7b5ec14 (diff)
downloadgdb-577da8cbbd0c2f91e6ab64ad0d2a22d0e0468651.zip
gdb-577da8cbbd0c2f91e6ab64ad0d2a22d0e0468651.tar.gz
gdb-577da8cbbd0c2f91e6ab64ad0d2a22d0e0468651.tar.bz2
* 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.
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d5b5006..1c4f1e3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.