aboutsummaryrefslogtreecommitdiff
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
commit78e731cd36da5f52b759bbf36cc1eb5d79de38c8 (patch)
tree9566f0e964930728f09a6fc69807de212ea3624e /sim/igen/ChangeLog
parentb5d78d39b04b4dcc1197fd0c9470852370539aa6 (diff)
downloadgdb-78e731cd36da5f52b759bbf36cc1eb5d79de38c8.zip
gdb-78e731cd36da5f52b759bbf36cc1eb5d79de38c8.tar.gz
gdb-78e731cd36da5f52b759bbf36cc1eb5d79de38c8.tar.bz2
* 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 b693544..8ef6284 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>