aboutsummaryrefslogtreecommitdiff
path: root/sim/igen
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-04-24 09:52:25 +0000
committerAndrew Cagney <cagney@redhat.com>1998-04-24 09:52:25 +0000
commite9164db545c113fd0cef3d0210019341d3e527a9 (patch)
tree82c35bda2869986d4dedf3b39e0018ff908024a1 /sim/igen
parentb18146178a3aa6ec05f3f4ae14c519e953d7ca00 (diff)
downloadgdb-e9164db545c113fd0cef3d0210019341d3e527a9.zip
gdb-e9164db545c113fd0cef3d0210019341d3e527a9.tar.gz
gdb-e9164db545c113fd0cef3d0210019341d3e527a9.tar.bz2
* ld-insn.c (load_insn_table): Terminate error with NL.
* gen.c (insns_bit_useless): Perform unsigned bit comparisons. * filter.c (is_filtered_out, filter_parse): Pacify GCC, len is unsigned. * gen-icache.c (print_icache_extraction): Do not type cast pointers.
Diffstat (limited to 'sim/igen')
-rw-r--r--sim/igen/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index a71d0c5..20ea1ce 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -1,3 +1,15 @@
+Fri Apr 24 19:45:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * gen-icache.c (print_icache_extraction): Do not type cast
+ pointers.
+
+ * ld-insn.c (load_insn_table): Terminate error with NL.
+
+ * gen.c (insns_bit_useless): Perform unsigned bit comparisons.
+
+ * filter.c (is_filtered_out, filter_parse): Pacify GCC, len is
+ unsigned.
+
Wed Apr 22 14:27:39 1998 Michael Meissner <meissner@cygnus.com>
* configure: Reconfigure to pick up ../common/aclocal.m4 changes