Revision to this change--use ->next != NULL, not just ->next, when
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 8 Jul 1993 19:32:03 +0000 (19:32 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 8 Jul 1993 19:32:03 +0000 (19:32 +0000)
commit73553c44e77f5d5a6f4a8349a2fd3aa5960a6ebc
treeb93041fc0610e7010da715b53264a517a0025a2a
parentbe7f754982c1a328973689698600c00f99d8bf5c
Revision to this change--use ->next != NULL, not just ->next, when
passing an integer argument to find_pc_line.

* frame.h, blockframe.c, stack.c, a29k-tdep.c,
config/gould/tmp-{pn,np1}.h,
config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
next_frame from struct frame_info.  It has no purpose beyond
->next->frame and is an artifact from GDB 2.8.
gdb/stack.c