Back on 2008-08-26, Ulrich Weigand added a declaration for dummy_frame_pop to dummy_frame.h. This causes a fatal warning when I build with gcc-3.4 targeting mipsel-linux-gnu because struct frame_id is an incomplete type. Adding #include "frame.h" fixes the problem for me. I'm don'e think I have write access to gdb (I do have it in binutils), so if it is OK, someone will either have to commit it or turn on write access for me. 2008-09-07 David Daney * dummy-frame.h (frame.h): Include it. (struct frame_id): Remove declaration.