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.
This commit is contained in:
John Darrington
2018-07-11 10:42:01 +02:00
parent 2e72a56e45
commit 7ba3ba91a3
5 changed files with 10 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#include <stdbool.h>
#include <assert.h>
#include "s12z.h"
#include "opcode/s12z.h"
#include "bfd.h"
#include "dis-asm.h"