S12Z: Move opcode header to public include directory.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 11 Jul 2018 08:42:01 +0000 (10:42 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 18 Aug 2018 05:50:03 +0000 (07:50 +0200)
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.

gas/config/tc-s12z.c
include/ChangeLog
include/opcode/s12z.h [moved from opcodes/s12z.h with 100% similarity]
opcodes/ChangeLog
opcodes/s12z-dis.c

index e024e72..736f062 100644 (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>
index 4b3d549..f663f9b 100644 (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.
similarity index 100%
rename from opcodes/s12z.h
rename to include/opcode/s12z.h
index 78b9269..8776fbd 100644 (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
index 47f8616..7130908 100644 (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"