From: David Edelsohn Date: Thu, 1 May 1997 22:36:34 +0000 (+0000) Subject: cgen-{mem,sem}.h renamed to {mem,sem}-ops.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e324f89cd814b515a6de171197708c3c4dcac73;p=binutils-gdb.git cgen-{mem,sem}.h renamed to {mem,sem}-ops.h. --- diff --git a/sim/common/cgen-utils.c b/sim/common/cgen-utils.c index 03b49132193..d8e57bfb5b1 100644 --- a/sim/common/cgen-utils.c +++ b/sim/common/cgen-utils.c @@ -24,10 +24,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "decode.h" #define MEMOPS_DEFINE_INLINE -#include "cgen-mem.h" +#include "mem-ops.h" #define SEMOPS_DEFINE_INLINE -#include "cgen-sem.h" +#include "sem-ops.h" const char *mode_names[] = { "VM", diff --git a/sim/common/genmloop.sh b/sim/common/genmloop.sh index c5e5c1c45a9..fb352205753 100644 --- a/sim/common/genmloop.sh +++ b/sim/common/genmloop.sh @@ -35,8 +35,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "sim-main.h" #include "bfd.h" -#include "cgen-mem.h" -#include "cgen-sem.h" +#include "mem-ops.h" +#include "sem-ops.h" #include "cgen-scache.h" #include "cpu-opc.h" #include "cpu-sim.h"