> > It seems like a good idea to me. > > (I think you meant symfile.c here.) Here is a patch. I don't think it would be controversial, so I checked it in right away. It's easy to adjust or revert if requested. gdb/ChangeLog: * objfiles.c (init_entry_point_info): Move function from here... * symfile.c (init_entry_point_info): ... to there. Make static. * objfiles.h (objfiles.h): Delete declaration. -- Joel