diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-09 08:35:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-09 08:35:33 +0000 |
commit | 8782bfcfc466158aeb9433586b6d885641b507df (patch) | |
tree | 46f6641193765201492d953c76b439e8c475cb4a /sim/igen/ChangeLog | |
parent | 8d2e72a1c8919c8e54bfe4d5b508c382586ed4cd (diff) | |
download | gdb-8782bfcfc466158aeb9433586b6d885641b507df.zip gdb-8782bfcfc466158aeb9433586b6d885641b507df.tar.gz gdb-8782bfcfc466158aeb9433586b6d885641b507df.tar.bz2 |
Add -Wnodiscard option so that warning about discarded instructions
can be suppressed.
Allow ``<insn-spec> { <nmemonic> | <model> }'' in instruction file.
Diffstat (limited to 'sim/igen/ChangeLog')
-rw-r--r-- | sim/igen/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog index 4c7ffa2..91f8e5a 100644 --- a/sim/igen/ChangeLog +++ b/sim/igen/ChangeLog @@ -1,7 +1,40 @@ +Wed Oct 8 13:10:16 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * gen.c (insn_list_insert): Missing \n in warning. + + * ld-insn.c (load_insn_table): Only notify of discarded + instrctions when warn.discard enabled. + + * igen.h: Add option.warn.discard, default enabled. + + * igen.c (main): Add -Wnodiscard option. + + * ld-insn.c (record_type): For old record type, check the number + of fields is correct. + (load_insn_table): Allow insn assembler and insn model records to + appear in any order. + (parse_insn_model_record): Rename from parse_insn_model_records. + Parse only one record. + (parse_insn_mnemonic_record): Rename from + parse_insn_mnemonic_records. Parse only one record. + +Tue Sep 23 15:52:06 1997 Felix Lee <flee@yin.cygnus.com> + + * gen-itable.c (gen_itable_h): [nr_itable_* + 1] to avoid + illegal zero-sized array. + (itable_print_set): likewise, avoid empty initializers. + +Mon Sep 22 18:49:07 1997 Felix Lee <flee@cygnus.com> + + * configure.in: i386-windows is a cross, so don't expect + libiberty to be there. + * configure: updated. + Fri Sep 19 10:36:30 1997 Andrew Cagney <cagney@b1.cygnus.com> * igen.c (print_function_name): Put the format name after the function / instruction name, not before. + (print_itrace): Better format trace code. Tue Sep 16 11:01:07 1997 Andrew Cagney <cagney@b1.cygnus.com> |