aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:01:31 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:20 +0930
commitd48d68b618f0950f63bdf2842a550384c0c58bc3 (patch)
treecd730750b7bb6e0677f9e6bde3c845e249319337 /ld
parentmips bfd.h tidy (diff)
downloadbinutils-gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.gz
binutils-gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.bz2
binutils-gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.zip
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')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emultempl/v850elf.em1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 56fc0a2d926..fa5913e7bec 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2019-09-23 Alan Modra <amodra@gmail.com>
+ * emultempl/v850elf.em: Include elf32-v850.h.
+
+2019-09-23 Alan Modra <amodra@gmail.com>
+
* emultempl/cskyelf.em: Include elf32-csky.h.
2019-09-22 Alan Modra <amodra@gmail.com>
diff --git a/ld/emultempl/v850elf.em b/ld/emultempl/v850elf.em
index ac7051f3b76..3e3e09d4bbf 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)