mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.
This commit is contained in:
parent
646c6f2b83
commit
3e324f89cd
@ -24,10 +24,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "decode.h"
|
#include "decode.h"
|
||||||
|
|
||||||
#define MEMOPS_DEFINE_INLINE
|
#define MEMOPS_DEFINE_INLINE
|
||||||
#include "cgen-mem.h"
|
#include "mem-ops.h"
|
||||||
|
|
||||||
#define SEMOPS_DEFINE_INLINE
|
#define SEMOPS_DEFINE_INLINE
|
||||||
#include "cgen-sem.h"
|
#include "sem-ops.h"
|
||||||
|
|
||||||
const char *mode_names[] = {
|
const char *mode_names[] = {
|
||||||
"VM",
|
"VM",
|
||||||
|
@ -35,8 +35,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
|
|
||||||
#include "sim-main.h"
|
#include "sim-main.h"
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "cgen-mem.h"
|
#include "mem-ops.h"
|
||||||
#include "cgen-sem.h"
|
#include "sem-ops.h"
|
||||||
#include "cgen-scache.h"
|
#include "cgen-scache.h"
|
||||||
#include "cpu-opc.h"
|
#include "cpu-opc.h"
|
||||||
#include "cpu-sim.h"
|
#include "cpu-sim.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user