aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-03-30 10:39:22 +0000
committerNick Clifton <nickc@redhat.com>2003-03-30 10:39:22 +0000
commit3a3d6f654d63d306828ad47e9204b8e3ea2685ec (patch)
treeb054945d59bb3776896d69fe3f60ed6336c3e721 /sim/arm/ChangeLog
parent71900fe836550b5de69842ebaa243b8bd762e594 (diff)
downloadgdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.zip
gdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.tar.gz
gdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.tar.bz2
Remove use of __IWMMXT__.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r--sim/arm/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 2249ade..03c923e 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,18 @@
+2003-03-30 Nick Clifton <nickc@redhat.com>
+
+ * configure.in (CON_FLAGS): Remove.
+ (COPRO): Unconditionally include iwmmxt.o.
+ * configure: Regenerate.
+ * Makefile.in (CON_FLAGS): Remove.
+ * armcopro.c: Remove use of __IWMMXT__ flag.
+ * wrapper.c: Likewise.
+ * armemu.c: Likewise.
+ Add explanatory comment for suppressed code.
+
+2003-03-27 Nick Clifton <nickc@redhat.com>
+
+ * armos.c (ARMul_OsHandleSWI): Catch SWIs for unhandled vectors.
+
2003-03-27 Nick Clifton <nickc@redhat.com>
* configure.in: (CON_FLAGS): Define and intialise.
@@ -15,7 +30,6 @@
(ARMul_Abort): Catch branches through uninitialised vectors.
* armos.c (softevtorcode): Update comment.
(ARMul_OsInit): Use ARMUndefinedInstrV.
- (ARMul_OsHandleSWI): Catch SWIs for unhandled vectors.
* wrapper.c (sim_create_inferior): Handle iWMMXt processor type.
(sim_store_register): Handle iWMMXt registers.
(sim_fetch_register): Handle iWMMXt registers.