diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/m68k-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 91b084e..ef50402 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2019-09-23 Alan Modra <amodra@gmail.com> + * m68k-dis.c: Include cpu-m68k.h + +2019-09-23 Alan Modra <amodra@gmail.com> + * mips-dis.c: Include elfxx-mips.h. Move "elf-bfd.h" and "elf/mips.h" earlier. diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c index 45af5ff..7584541 100644 --- a/opcodes/m68k-dis.c +++ b/opcodes/m68k-dis.c @@ -23,7 +23,7 @@ #include "floatformat.h" #include "libiberty.h" #include "opintl.h" - +#include "cpu-m68k.h" #include "opcode/m68k.h" /* Local function prototypes. */ |