diff options
Diffstat (limited to 'bfd/elfxx-riscv.h')
-rw-r--r-- | bfd/elfxx-riscv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elfxx-riscv.h b/bfd/elfxx-riscv.h index 2955b75..ff18ff6 100644 --- a/bfd/elfxx-riscv.h +++ b/bfd/elfxx-riscv.h @@ -24,6 +24,8 @@ #include "elf/internal.h" #include "opcode/riscv.h" +#define RISCV_UNKNOWN_VERSION -1 + extern reloc_howto_type * riscv_reloc_name_lookup (bfd *, const char *); |