diff options
Diffstat (limited to 'bfd/elfxx-riscv.h')
-rw-r--r-- | bfd/elfxx-riscv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elfxx-riscv.h b/bfd/elfxx-riscv.h index 45705ce..89d4abb 100644 --- a/bfd/elfxx-riscv.h +++ b/bfd/elfxx-riscv.h @@ -60,9 +60,10 @@ riscv_add_subset (riscv_subset_list_t *, const char *, int, int); -extern riscv_subset_t * +extern bfd_boolean riscv_lookup_subset (const riscv_subset_list_t *, - const char *); + const char *, + riscv_subset_t **); typedef struct { |