cgen/cpu/ChangeLog: 2006-09-15 Dave Brolley * cpu/xstormy16.cpu (h-pc): Add a set handler. (h-gr): Likewise. sid/component/cgen-cpu/xstormy16/ChangeLog: 2006-09-15 Dave Brolley * xstormy16.h (xstormy16_cpu_cgen): Now inherits from cgen_bi_endian_cpu. (h_pc_set_handler): New method of xstormy16_cpu_cgen. (h_gr_set_handler,init_change_logging,finish_change_logging) (log_pc_change,log_gr_change,restore_change) Likewise. (PC_UNCHANGED,PC_RESET,gr_changed,pc_changed,old_gr,old_h_pc): New members of xstormy16_cpu_cgen. (xstormy16_cpu): Now inherits only from xstormy16_cpu_cgen. * xstormy16.cxx (init_change_logging): New method of xstormy16_cpu_cgen. (finish_change_logging,log_pc_change,log_gr_change,restore_change): Likewise. * xstormy16-cpu.h: Regenerated.