* 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.
This commit is contained in:
Andrew Cagney 1998-04-24 09:52:25 +00:00
parent b18146178a
commit e9164db545

View File

@ -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