aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/armcopro.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-30 16:35:25 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-30 16:35:25 +0000
commit05f7ef10ba27bf1423e650c263c31443c1344f12 (patch)
treebe60050d6fca27e934892378cf67380d22655522 /sim/arm/armcopro.c
parentd355127720dea14eef250e2e2c3db273d97f0c0c (diff)
downloadbinutils-cagney_framebase-20030326-branch.zip
binutils-cagney_framebase-20030326-branch.tar.gz
binutils-cagney_framebase-20030326-branch.tar.bz2
Diffstat (limited to 'sim/arm/armcopro.c')
-rw-r--r--sim/arm/armcopro.c10
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. */