RISC-V: Add RV32E support.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 6a9319f5dbfb545be3bd49a4f1b1c8dc517a018a..8335538e0334572d164e4fd50f292ea25ac42bbb 100644 (file)
@@ -3472,6 +3472,9 @@ get_machine_flags (Filedata * filedata, unsigned e_flags, unsigned e_machine)
          if (e_flags & EF_RISCV_RVC)
            strcat (buf, ", RVC");
 
+         if (e_flags & EF_RISCV_RVE)
+           strcat (buf, ", RVE");
+
          switch (e_flags & EF_RISCV_FLOAT_ABI)
            {
            case EF_RISCV_FLOAT_ABI_SOFT:
This page took 0.033727 seconds and 4 git commands to generate.