diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-07-11 10:42:01 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2018-08-18 07:50:03 +0200 |
commit | 7ba3ba91a3dbc43f7ff16c4899f7f1cbef056db0 (patch) | |
tree | 9dc0beb27e3933bb64dc6d4265d391f65f601dbc /opcodes/s12z-dis.c | |
parent | 2e72a56e451cf26fb01712d6004d3b6a70749756 (diff) | |
download | gdb-7ba3ba91a3dbc43f7ff16c4899f7f1cbef056db0.zip gdb-7ba3ba91a3dbc43f7ff16c4899f7f1cbef056db0.tar.gz gdb-7ba3ba91a3dbc43f7ff16c4899f7f1cbef056db0.tar.bz2 |
S12Z: Move opcode header to public include directory.
opcodes/
* s12z.h: Delete.
* s12z-dis.c: Adjust path of included file.
include/
* opcode/s12z.h: New file.
gas/
* config/tc-s12z.c: Adjust path of included file.
Diffstat (limited to 'opcodes/s12z-dis.c')
-rw-r--r-- | opcodes/s12z-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/s12z-dis.c b/opcodes/s12z-dis.c index 47f8616..7130908 100644 --- a/opcodes/s12z-dis.c +++ b/opcodes/s12z-dis.c @@ -24,7 +24,7 @@ #include <stdbool.h> #include <assert.h> -#include "s12z.h" +#include "opcode/s12z.h" #include "bfd.h" #include "dis-asm.h" |