]> git.wh0rd.org Git - elf2flt.git/commit
elf2flt: drop v850 reloc ifdefs
authorMike Frysinger <vapier@gentoo.org>
Sun, 17 Feb 2019 21:14:33 +0000 (16:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 17 Feb 2019 21:14:33 +0000 (16:14 -0500)
commitf544c4d7532f31080c5af78d82a43a2f81615cc1
treebfdb0501907a0512e6e753076291f073b3abd566
parent725c5e1afbd0cea962575751d198eeea2bc2a001
elf2flt: drop v850 reloc ifdefs

The binutils elf/v850.h header has used the elf/reloc-macros.h helpers
to create R_V850_xxx enums.  They haven't been defines for a long time.
Trying to use #ifdef checks on them doesn't work.

This means we require binutils-2.24+ now which was released in 2013.
We can see if anyone notices if we need to support older versions.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
elf2flt.c