diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-30 16:35:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-30 16:35:25 +0000 |
commit | 05f7ef10ba27bf1423e650c263c31443c1344f12 (patch) | |
tree | be60050d6fca27e934892378cf67380d22655522 /sim/arm/armcopro.c | |
parent | d355127720dea14eef250e2e2c3db273d97f0c0c (diff) | |
download | binutils-cagney_framebase-20030326-branch.zip binutils-cagney_framebase-20030326-branch.tar.gz binutils-cagney_framebase-20030326-branch.tar.bz2 |
Merge with mainline.cagney_framebase-20030326-branch
Diffstat (limited to 'sim/arm/armcopro.c')
-rw-r--r-- | sim/arm/armcopro.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/arm/armcopro.c b/sim/arm/armcopro.c index b974789..aa75243 100644 --- a/sim/arm/armcopro.c +++ b/sim/arm/armcopro.c @@ -19,6 +19,7 @@ #include "armos.h" #include "armemu.h" #include "ansidecl.h" +#include "iwmmxt.h" /* Dummy Co-processors. */ @@ -1365,6 +1366,15 @@ ARMul_CoProInit (ARMul_State * state) MMUMRC, MMUMCR, NULL, MMURead, MMUWrite); } + if (state->is_iWMMXt) + { + ARMul_CoProAttach (state, 0, NULL, NULL, IwmmxtLDC, IwmmxtSTC, + NULL, NULL, IwmmxtCDP, NULL, NULL); + + ARMul_CoProAttach (state, 1, NULL, NULL, NULL, NULL, + IwmmxtMRC, IwmmxtMCR, IwmmxtCDP, NULL, NULL); + } + /* No handlers below here. */ /* Call all the initialisation routines. */ |