Remove "boolean" and "var_boolean" checks from ARI
[deliverable/binutils-gdb.git] / bfd / elf32-v850.c
index 21df3c8b9ac21b46a41692b6f685fe45da3334cd..c8a97ed129eaf64bfd73735ddd00affb0214c711 100644 (file)
@@ -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)
This page took 0.02313 seconds and 4 git commands to generate.