We need to include the v850 header directly for the right relocs,
and handle the renamed abs32 reloc.
#include "cygwin-elf.h" /* Cygwin uses a local copy */
#elif defined(TARGET_microblaze)
#include <elf/microblaze.h> /* TARGET_* ELF support for the BFD library */
+#elif defined(TARGET_v850)
+#include <elf/v850.h>
#else
#include <elf.h> /* TARGET_* ELF support for the BFD library */
#endif
#endif
#ifdef TARGET_v850
+# ifdef R_V850_32
case R_V850_32:
+# else
+ case R_V850_ABS32:
+# endif
relocation_needed = 1;
sym_vma = bfd_section_vma(abs_bfd, sym_section);
sym_addr += sym_vma + q->addend;