From: Andrew Cagney Date: Fri, 24 Apr 1998 09:52:25 +0000 (+0000) Subject: * ld-insn.c (load_insn_table): Terminate error with NL. X-Git-Tag: gdb-4_18~2474 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9164db545c113fd0cef3d0210019341d3e527a9;p=external%2Fbinutils.git * 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. --- 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 + + * 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 * configure: Reconfigure to pick up ../common/aclocal.m4 changes