diff options
author | Ben Elliston <bje@au.ibm.com> | 2002-02-01 11:44:32 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2002-02-01 11:44:32 +0000 |
commit | cbb38b47b329e8b9188f4deadf91b211116ce45c (patch) | |
tree | 3c31a730db7ff67b9321ae5f7cefd5482a901f29 /sim/sh64/decode.h | |
parent | 9ee6f9cc9a4d41796ace893ba52172d97e211ae2 (diff) | |
download | gdb-cbb38b47b329e8b9188f4deadf91b211116ce45c.zip gdb-cbb38b47b329e8b9188f4deadf91b211116ce45c.tar.gz gdb-cbb38b47b329e8b9188f4deadf91b211116ce45c.tar.bz2 |
* Contribute Hitachi SH5 simulator.
Diffstat (limited to 'sim/sh64/decode.h')
-rw-r--r-- | sim/sh64/decode.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/sh64/decode.h b/sim/sh64/decode.h new file mode 100644 index 0000000..2582807 --- /dev/null +++ b/sim/sh64/decode.h @@ -0,0 +1,16 @@ +#ifndef DECODE_H +#define DECODE_H + +#undef WITH_PROFILE_MODEL_P + +#ifdef WANT_ISA_COMPACT +#include "decode-compact.h" +#include "defs-compact.h" +#endif /* WANT_ISA_COMPACT */ + +#ifdef WANT_ISA_MEDIA +#include "decode-media.h" +#include "defs-media.h" +#endif /* WANT_ISA_MEDIA */ + +#endif /* DECODE_H */ |