diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-05-01 22:36:34 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-05-01 22:36:34 +0000 |
commit | 3e324f89cd814b515a6de171197708c3c4dcac73 (patch) | |
tree | a4919804b3c5713a0065e4325a3606cec8b48aa0 /sim/common/genmloop.sh | |
parent | 646c6f2b8347cf3913c1cabc909a13e45625ccf1 (diff) | |
download | binutils-gdb-3e324f89cd814b515a6de171197708c3c4dcac73.tar.gz |
cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.
Diffstat (limited to 'sim/common/genmloop.sh')
-rw-r--r-- | sim/common/genmloop.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |