]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/ChangeLog
2003-06-19 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 20 Jun 2003 03:59:33 +0000 (03:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 20 Jun 2003 03:59:33 +0000 (03:59 +0000)
commitd81bb16ac041a24abb0d108dfd6491d6b097aa03
treef97122948970f89bcfdbe0af29467b28dfe75247
parentcd0f588e1993fef286900f566beb83434c8ed7c1
2003-06-19  Andrew Cagney  <cagney@redhat.com>

* ld-insn.h: Update copyright.
(cache_fields): Define.
(insn_table_fields): Add insn_field_6 and insn_field_7.
(load_insn_table): Pass in the "cache_rules".
* ld-insn.c: Update copyright.
(load_insn_table): Add parameter "cache_rules".  Handle "cache",
"computed" and "scratch" fields.
(main): Pass "cache_rules" to load_insn_table.
* ld-cache.h: Update copyright.
(append_cache_table): Declare.
* ld-cache.c: Update copyright.
(append_cache_table): New function.
(load_cache_table): Call.
* gen-model.c: Include "ld-cache.h".
* gen-itable.c: Include "ld-cache.h".
* igen.c: Move #include "ld-cache.h" to earlier.  Update
copyright.
(main): Permit a NULL "cache_rules".  Pass address of
"cache_rules" to load_insn_table.
* Makefile.in (tmp-ld-insn): Add "ld-cache.o".
(tmp-igen): Do not include ppc-cache-rules.
(gen-itable.o, gen-model.o): Add "ld-cache.h".
* ppc-cache-rules: Delete file.
* ppc-instructions: Add cache rules.
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/ppc/gen-itable.c
sim/ppc/gen-model.c
sim/ppc/igen.c
sim/ppc/ld-cache.c
sim/ppc/ld-cache.h
sim/ppc/ld-insn.c
sim/ppc/ld-insn.h
sim/ppc/ppc-cache-rules [deleted file]
sim/ppc/ppc-instructions