aboutsummaryrefslogtreecommitdiff
path: root/sim/common/cgen-utils.c
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 /sim/common/cgen-utils.c
parent646c6f2b8347cf3913c1cabc909a13e45625ccf1 (diff)
downloadgdb-3e324f89cd814b515a6de171197708c3c4dcac73.zip
gdb-3e324f89cd814b515a6de171197708c3c4dcac73.tar.gz
gdb-3e324f89cd814b515a6de171197708c3c4dcac73.tar.bz2
cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.
Diffstat (limited to 'sim/common/cgen-utils.c')
-rw-r--r--sim/common/cgen-utils.c4
1 files changed, 2 insertions, 2 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",