diff options
author | Kevin Buettner <kevinb@redhat.com> | 2004-03-13 01:24:20 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2004-03-13 01:24:20 +0000 |
commit | b2d6d697ea2d4406beb407ee26ac116a1ab25f41 (patch) | |
tree | b279090a5be7bb1d21d9f5a1403a7e5345d72237 /gdb/frv-tdep.h | |
parent | 34ce532e6451c08faebc9a07c0c668d61fede4b5 (diff) | |
download | gdb-b2d6d697ea2d4406beb407ee26ac116a1ab25f41.zip gdb-b2d6d697ea2d4406beb407ee26ac116a1ab25f41.tar.gz gdb-b2d6d697ea2d4406beb407ee26ac116a1ab25f41.tar.bz2 |
Add FR450 support.
Diffstat (limited to 'gdb/frv-tdep.h')
-rw-r--r-- | gdb/frv-tdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/frv-tdep.h b/gdb/frv-tdep.h index 691d7a5..e33fb11 100644 --- a/gdb/frv-tdep.h +++ b/gdb/frv-tdep.h @@ -58,6 +58,10 @@ enum { dbar1_regnum = 138, dbar2_regnum = 139, dbar3_regnum = 140, + scr0_regnum = 141, + scr1_regnum = 142, + scr2_regnum = 143, + scr3_regnum = 144, lr_regnum = 145, lcr_regnum = 146, iacc0h_regnum = 147, |