summaryrefslogtreecommitdiff
path: root/bfd/elf32-v850.c
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 /bfd/elf32-v850.c
parent7beeaeb8c6d84ecc899b9454d9b92521e515fe4a (diff)
downloadbinutils-gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.gz
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 'bfd/elf32-v850.c')
-rw-r--r--bfd/elf32-v850.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c
index 21df3c8b9ac..c8a97ed129e 100644
--- a/bfd/elf32-v850.c
+++ b/bfd/elf32-v850.c
@@ -29,6 +29,7 @@
#include "elf-bfd.h"
#include "elf/v850.h"
#include "libiberty.h"
+#include "elf32-v850.h"
/* Sign-extend a 17-bit number. */
#define SEXT17(x) ((((x) & 0x1ffff) ^ 0x10000) - 0x10000)