This is the second source of problems in alpha-osf-tdep.c: The frame_info structure has become opaque, but this file still had some references to its old fields. Looking at the documentation in frames.h (very useful, btw), it seems that the following change should be correct. Andrew, could you have a close look (I am unable to test it, as I have a 3rd build failure, which I will report shortly)? Regardless of your review, I will NOT commit this change until have I have full build that I can test. 2003-06-03 J. Brobecker * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Replace references to struct frame_info fields by calls to the equivalent accessors. Necessary now that frame_info is opaque. (alpha_osf1_pc_in_sigtramp): Likewise. Looks ok? Thanks, -- Joel