cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 1 May 1997 22:36:34 +0000 (22:36 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 1 May 1997 22:36:34 +0000 (22:36 +0000)
sim/common/cgen-utils.c
sim/common/genmloop.sh

index 03b4913..d8e57bf 100644 (file)
@@ -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",
index c5e5c1c..fb35220 100644 (file)
@@ -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"