2003-06-19 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Thu, 19 Jun 2003 18:42:30 +0000 (18:42 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 19 Jun 2003 18:42:30 +0000 (18:42 +0000)
commit8d64d0fdcac27d9aa914bfef11b31e7c0180a360
tree4819cbe255a37040a065cfb4b7752ec3c3bf7b25
parent815ddb50514b0e325f21fde39f3fac3c1d081af7
2003-06-19  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (ICACHE_CFLAGS, SEMANTICS_CFLAGS): Delete.
(SIM_FPU_FLAGS): Define.
(icache.o): Delete explicit compile command.
(semantics.o, idecode.o): Delete explicit compile command.
(NOWARN_CFLAGS, STD_CFLAGS): Append SIM_FPU_CFLAGS.
* gen-support.c (gen_support_c): Generate #include of
"sim-inline.h" and "sim-fpu.h", but conditional on
HAVE_COMMON_FPU.
* gen-idecode.c (gen_idecode_c): Ditto.
* igen.c (gen_icache_c, gen_semantics_c): Wrap #include of
"sim-inline.h" and "sim-fpu.h" in HAVE_COMMON_FPU conditional.
Move to before "support.h".
* Makefile.in, gen-support.c, gen-idecode.c, igen.c: Update
copyright.
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/ppc/gen-idecode.c
sim/ppc/gen-support.c
sim/ppc/igen.c