diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-12-07 02:27:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-12-07 02:27:45 +0000 |
commit | 3c041444b57e94d5415b31409e80e25b1333a52b (patch) | |
tree | d342a95a84b8824edcc21e5d0e8f2786518dd17e /sim/m32r/m32r-sim.h | |
parent | 48ecb30c92a29b12766e9b1b0bac69aba01bd9ea (diff) | |
download | binutils-gdb-3c041444b57e94d5415b31409e80e25b1333a52b.tar.gz |
2003-12-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* Makefile.in : Add new machine m32r2.
* m32r2.c : New file for m32r2.
* mloop2.in : Ditto
* model2.c : Ditto
* sem2-switch.c : Ditto
* m32r-sim.h : Add EVB register.
* sim-if.h : Ditto
* sim-main.h : Ditto
* traps.c : Ditto
Diffstat (limited to 'sim/m32r/m32r-sim.h')
-rw-r--r-- | sim/m32r/m32r-sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/m32r/m32r-sim.h b/sim/m32r/m32r-sim.h index b1c2410fd84..52b00593daa 100644 --- a/sim/m32r/m32r-sim.h +++ b/sim/m32r/m32r-sim.h @@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define ACC1H_REGNUM 25 #define BBPSW_REGNUM 26 #define BBPC_REGNUM 27 +#define EVB_REGNUM 28 extern int m32r_decode_gdb_ctrl_regnum (int); |