Really long ChangeLog for relatively simple fix. Created new supply_regset functions and changed my old ones to call them instead. Then register them with gdbarch and rip out all the deprecated stuff. Look okay? cheers, Kris 2004-12-21 Kris Warkentin * i386-nto-tdep.c (i386nto_supply_gregset_core): New function. (i386nto_supply_fpregset_core): Ditto. (i386nto_supply_gregset): Call core function above. (i386nto_supply_fpregset): Ditto. (i386nto_gregset): New structure for core file support. (i386nto_fpregset): Ditto. (i386nto_regset_from_core_section): New function. (i386nto_init_abi): Register core file support. * nto-tdep.c (fetch_core_registers): Remove function. (regset_core_fns): Remove structure. (_initialize_nto_tdep): Don't call deprecated_add_core_fns.