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 /ld | |
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 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emultempl/m68kelf.em | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1cea946..07e4611 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2019-09-23 Alan Modra <amodra@gmail.com> + * emultempl/m68kelf.em: Include elf32-m68k.h. + +2019-09-23 Alan Modra <amodra@gmail.com> + * emultempl/bfin.em: Include elf32-bfin.h. 2019-09-23 Alan Modra <amodra@gmail.com> diff --git a/ld/emultempl/m68kelf.em b/ld/emultempl/m68kelf.em index c8d9eea..570891f 100644 --- a/ld/emultempl/m68kelf.em +++ b/ld/emultempl/m68kelf.em @@ -45,6 +45,8 @@ esac fragment <<EOF +#include "elf32-m68k.h" + #define GOT_HANDLING_SINGLE (0) #define GOT_HANDLING_NEGATIVE (1) #define GOT_HANDLING_MULTIGOT (2) |