mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
elftoolchain: fix an incorrect e_flags description
r349482 introduced the definitions and descriptions of the RISC-V specific e_flags values to elftoolchain. However, the description for the EF_RISCV_RVE flag was incorrectly duplicated from EF_RISCV_RVC. Fix this by providing the proper description for this flag. Reported by: jhb Approved by: markj (mentor)
This commit is contained in:
parent
10faac99fb
commit
5bb13a0b50
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349562
@ -439,7 +439,7 @@ _ELF_DEFINE_EF(EF_RISCV_FLOAT_ABI_DOUBLE, 0x00000004UL, \
|
||||
_ELF_DEFINE_EF(EF_RISCV_FLOAT_ABI_QUAD, 0x00000006UL, \
|
||||
"Quad precision floating point") \
|
||||
_ELF_DEFINE_EF(EF_RISCV_RVE, 0x00000008UL, \
|
||||
"Compressed instruction ABI") \
|
||||
"RV32E embedded ABI") \
|
||||
_ELF_DEFINE_EF(EF_RISCV_TSO, 0x00000010UL, \
|
||||
"RVTSO memory consistency model") \
|
||||
_ELF_DEFINE_EF(EF_SPARC_EXT_MASK, 0x00ffff00UL, \
|
||||
|
Loading…
Reference in New Issue
Block a user