cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.

This commit is contained in:
David Edelsohn 1997-05-01 22:36:34 +00:00
parent 646c6f2b83
commit 3e324f89cd
2 changed files with 4 additions and 4 deletions

View 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",

View 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"