From 7ba3ba91a3dbc43f7ff16c4899f7f1cbef056db0 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 11 Jul 2018 10:42:01 +0200 Subject: [PATCH] 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. --- gas/config/tc-s12z.c | 2 +- include/ChangeLog | 4 ++++ {opcodes => include/opcode}/s12z.h | 0 opcodes/ChangeLog | 4 ++++ opcodes/s12z-dis.c | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) rename {opcodes => include/opcode}/s12z.h (100%) diff --git a/gas/config/tc-s12z.c b/gas/config/tc-s12z.c index e024e7298b3..736f062b80e 100644 --- a/gas/config/tc-s12z.c +++ b/gas/config/tc-s12z.c @@ -22,7 +22,7 @@ #include "safe-ctype.h" #include "subsegs.h" #include "dwarf2dbg.h" -#include "opcodes/s12z.h" +#include "opcode/s12z.h" #include #include #include diff --git a/include/ChangeLog b/include/ChangeLog index 4b3d5493d4a..f663f9b937a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2018-07-27 John Darrington + + * opcode/s12z.h: New file. + 2018-08-09 Richard Earnshaw * elf/arm.h: Updated comments for e_flags definitions. diff --git a/opcodes/s12z.h b/include/opcode/s12z.h similarity index 100% rename from opcodes/s12z.h rename to include/opcode/s12z.h diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 78b92696a43..8776fbd8a99 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2018-07-28 John Darrington + + * s12z.h: Delete. + 2018-08-14 H.J. Lu * i386-dis.c (OP_E_memory): In 64-bit mode, display eiz for diff --git a/opcodes/s12z-dis.c b/opcodes/s12z-dis.c index 47f86163903..7130908a01b 100644 --- a/opcodes/s12z-dis.c +++ b/opcodes/s12z-dis.c @@ -24,7 +24,7 @@ #include #include -#include "s12z.h" +#include "opcode/s12z.h" #include "bfd.h" #include "dis-asm.h" -- 2.30.2