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

@ -22,7 +22,7 @@
#include "safe-ctype.h"
#include "subsegs.h"
#include "dwarf2dbg.h"
#include "opcodes/s12z.h"
#include "opcode/s12z.h"
#include <stdint.h>
#include <limits.h>
#include <stdbool.h>

View File

@ -1,3 +1,7 @@
2018-07-27 John Darrington <john@darrington.wattle.id.au>
* opcode/s12z.h: New file.
2018-08-09 Richard Earnshaw <rearnsha@arm.com>
* elf/arm.h: Updated comments for e_flags definitions.

View File

@ -1,3 +1,7 @@
2018-07-28 John Darrington <john@darrington.wattle.id.au>
* s12z.h: Delete.
2018-08-14 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (OP_E_memory): In 64-bit mode, display eiz for

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"