Automatic date update in version.in
[binutils-gdb.git] / bfd / cpu-riscv.h
index cafaca23be053a3da367b090f0c934756299908c..ff037d127e247691916bfb24a388b5b260add4db 100644 (file)
@@ -1,5 +1,5 @@
 /* RISC-V spec version controlling support.
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2022 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -32,6 +32,7 @@ enum riscv_spec_class
   PRIV_SPEC_CLASS_1P9P1,
   PRIV_SPEC_CLASS_1P10,
   PRIV_SPEC_CLASS_1P11,
+  PRIV_SPEC_CLASS_1P12,
   PRIV_SPEC_CLASS_DRAFT,
 };
 
@@ -79,3 +80,6 @@ riscv_get_priv_spec_class_from_numbers (unsigned int,
                                        unsigned int,
                                        unsigned int,
                                        enum riscv_spec_class *);
+
+extern bool
+riscv_elf_is_mapping_symbols (const char *);