> Would you do me the great favor of retesting with changing > PREPARE_TO_PROCEED to use generic_prepare_to_proceed instead of > hppa_prepare_to_proceed? And if no one objects in a few days, commit > that. Then the rest falls out, since you will have removed one of the > two remaining specializations of this method. Sure. Here is a new patch, no new regressions. As suggested, will commit in a few days, if noone objects. 2003-05-26 J. Brobecker * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic prepare_to_proceed procedure instead of the hppa-specific one. * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used. -- Joel