summaryrefslogtreecommitdiff
path: root/sim/igen/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-17 21:44:06 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-17 21:44:06 +0000
commit1a158c52aa6cd9b661ce1dd851558a6e529bb045 (patch)
treea5edb3b30d69b78299261ee9198ef66bd79930db /sim/igen/ChangeLog
parent0cb5e3bfe2e713c7dabb962a3e5e6c5c6b8f6c01 (diff)
downloadgdb-1a158c52aa6cd9b661ce1dd851558a6e529bb045.tar.gz
* gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 and
``t'' to NULL. * igen.c (main): Add default case to switch. * gen-icache.c (print_icache_extraction): Ditto.
Diffstat (limited to 'sim/igen/ChangeLog')
-rw-r--r--sim/igen/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index b693544775b..8ef6284daa7 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -1,5 +1,12 @@
2002-06-17 Andrew Cagney <cagney@redhat.com>
+ * gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 and
+ ``t'' to NULL.
+ * igen.c (main): Add default case to switch.
+ * gen-icache.c (print_icache_extraction): Ditto.
+
+2002-06-17 Andrew Cagney <cagney@redhat.com>
+
* Makefile.in (BUILD_CFLAGS): Remove -O0.
2002-06-16 Andrew Cagney <ac131313@redhat.com>