diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:01:31 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:20 +0930 |
commit | d48d68b618f0950f63bdf2842a550384c0c58bc3 (patch) | |
tree | cd730750b7bb6e0677f9e6bde3c845e249319337 /ld/emultempl | |
parent | 7beeaeb8c6d84ecc899b9454d9b92521e515fe4a (diff) | |
download | fsf-binutils-gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.zip fsf-binutils-gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.gz fsf-binutils-gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.bz2 |
v850 bfd.h tidy
bfd/
* bfd-in.h: Move v850 function declarations..
* elf32-v850.h: ..to here, new file.
* elf32-v850.c: Include elf32-v850.h.
* bfd-in2.h: Regenerate.
ld/
* emultempl/v850elf.em: Include elf32-v850.h.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/v850elf.em | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emultempl/v850elf.em b/ld/emultempl/v850elf.em index ac7051f..3e3e09d 100644 --- a/ld/emultempl/v850elf.em +++ b/ld/emultempl/v850elf.em @@ -24,6 +24,7 @@ # fragment <<EOF #include "ldctor.h" +#include "elf32-v850.h" static bfd_boolean is_v850_target (void) |