From: Doug Evans Date: Thu, 7 Jan 1999 00:08:46 +0000 (+0000) Subject: * cpu.h: Regenerate. X-Git-Tag: gdb-4_18~355 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0eaa63837a81b504e5eb85cb9c53b75159d6728;p=platform%2Fupstream%2Fbinutils.git * cpu.h: Regenerate. * cpux.h: Regenerate. --- diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 7e488e1..6dba1d0 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,10 @@ +1999-01-06 Doug Evans + + * cpu.h: Regenerate. +start-sanitize-m32rx + * cpux.h: Regenerate. +end-sanitize-m32rx + 1999-01-05 Doug Evans * Makefile.in (MAIN_INCLUDE_DEPS): Delete. diff --git a/sim/m32r/cpu.h b/sim/m32r/cpu.h index bd07264..a959833 100644 --- a/sim/m32r/cpu.h +++ b/sim/m32r/cpu.h @@ -46,18 +46,28 @@ typedef struct { #define SET_H_GR(a1, x) (CPU (h_gr)[a1] = (x)) /* control registers */ USI h_cr[16]; +/* GET_H_CR macro user-written */ +/* SET_H_CR macro user-written */ /* accumulator */ DI h_accum; +/* GET_H_ACCUM macro user-written */ +/* SET_H_ACCUM macro user-written */ /* start-sanitize-m32rx */ /* accumulators */ DI h_accums[2]; /* end-sanitize-m32rx */ +/* start-sanitize-m32rx */ +/* GET_H_ACCUMS macro user-written */ +/* SET_H_ACCUMS macro user-written */ +/* end-sanitize-m32rx */ /* condition bit */ BI h_cond; #define GET_H_COND() CPU (h_cond) #define SET_H_COND(x) (CPU (h_cond) = (x)) /* psw part of psw */ UQI h_psw; +/* GET_H_PSW macro user-written */ +/* SET_H_PSW macro user-written */ /* backup psw */ UQI h_bpsw; #define GET_H_BPSW() CPU (h_bpsw) diff --git a/sim/m32r/cpux.h b/sim/m32r/cpux.h index 9ddd8f1..89fc7b6 100644 --- a/sim/m32r/cpux.h +++ b/sim/m32r/cpux.h @@ -46,18 +46,28 @@ typedef struct { #define SET_H_GR(a1, x) (CPU (h_gr)[a1] = (x)) /* control registers */ USI h_cr[16]; +/* GET_H_CR macro user-written */ +/* SET_H_CR macro user-written */ /* accumulator */ DI h_accum; +/* GET_H_ACCUM macro user-written */ +/* SET_H_ACCUM macro user-written */ /* start-sanitize-m32rx */ /* accumulators */ DI h_accums[2]; /* end-sanitize-m32rx */ +/* start-sanitize-m32rx */ +/* GET_H_ACCUMS macro user-written */ +/* SET_H_ACCUMS macro user-written */ +/* end-sanitize-m32rx */ /* condition bit */ BI h_cond; #define GET_H_COND() CPU (h_cond) #define SET_H_COND(x) (CPU (h_cond) = (x)) /* psw part of psw */ UQI h_psw; +/* GET_H_PSW macro user-written */ +/* SET_H_PSW macro user-written */ /* backup psw */ UQI h_bpsw; #define GET_H_BPSW() CPU (h_bpsw)