diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 09:58:42 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:20 +0930 |
commit | 6e67e6b05abcb29148cda042c1297ad63e6c75f2 (patch) | |
tree | de60c8f7fc27b2037ac2d3b39f53336bac542979 /bfd/elf32-csky.c | |
parent | f2cddbe51ae7be8fa951b04d6005cdcda20c90fd (diff) | |
download | gdb-6e67e6b05abcb29148cda042c1297ad63e6c75f2.zip gdb-6e67e6b05abcb29148cda042c1297ad63e6c75f2.tar.gz gdb-6e67e6b05abcb29148cda042c1297ad63e6c75f2.tar.bz2 |
csky bfd.h tidy
bfd/
* bfd-in.h: Move csky function declarations to..
* elf32-csky.h: ..here, new file.
* elf32-csky.c: Include elf32-csky.h.
* bfd-in2.h: Regenerate.
ld/
* emultempl/cskyelf.em: Include elf32-csky.h.
Diffstat (limited to 'bfd/elf32-csky.c')
-rw-r--r-- | bfd/elf32-csky.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-csky.c b/bfd/elf32-csky.c index 16897b3..85fddf8 100644 --- a/bfd/elf32-csky.c +++ b/bfd/elf32-csky.c @@ -28,6 +28,7 @@ #include "opcode/csky.h" #include <assert.h> #include "libiberty.h" +#include "elf32-csky.h" /* Data structures used for merging different arch variants. V1 (510/610) and V2 (8xx) processors are incompatible, but |