aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-05-01 22:36:34 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-05-01 22:36:34 +0000
commit3e324f89cd814b515a6de171197708c3c4dcac73 (patch)
treea4919804b3c5713a0065e4325a3606cec8b48aa0
parent646c6f2b8347cf3913c1cabc909a13e45625ccf1 (diff)
downloadgdb-3e324f89cd814b515a6de171197708c3c4dcac73.zip
gdb-3e324f89cd814b515a6de171197708c3c4dcac73.tar.gz
gdb-3e324f89cd814b515a6de171197708c3c4dcac73.tar.bz2
cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.
-rw-r--r--sim/common/cgen-utils.c4
-rw-r--r--sim/common/genmloop.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/sim/common/cgen-utils.c b/sim/common/cgen-utils.c
index 03b4913..d8e57bf 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 c5e5c1c..fb35220 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"