diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:11:29 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:22 +0930 |
commit | f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a (patch) | |
tree | 20acecd82556ebd7cdbb007b309d7ff1bd2a8605 /opcodes | |
parent | 8410a6589d7fd1e02489e7ab57bda0fcba305dba (diff) | |
download | gdb-f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a.zip gdb-f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a.tar.gz gdb-f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a.tar.bz2 |
m68k bfd.h tidy
bfd/
* bfd-in.h: Move m68k function declaration..
* cpu-m68k.h: ..to here, new file..
* elf32-m68k.h: ..and here, new file.
* elf32-m68k.c: Include cpu-m68k.h and elf32-m68k.h.
* bfd-in2.h: Regenerate.
ld/
* emultempl/m68kelf.em: Include elf32-m68k.h.
opcodes/
* m68k-dis.c: Include cpu-m68k.h
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. */ |