Skip to content

Commit 27df578

Browse files
committed
Apply MaskRay's comment for GNU_PROPERTY_RISCV_FEATURE_1_AND
1 parent 8b2e364 commit 27df578

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

riscv-elf.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,9 +1509,9 @@ Description:: Additional information about the program property type.
15091509

15101510
==== GNU_PROPERTY_RISCV_FEATURE_1_AND
15111511

1512-
`GNU_PROPERTY_RISCV_FEATURE_1_AND` describes a set of features, where each bit
1513-
represents a different feature. The linker should perform a bitwise AND
1514-
operation when merging different objects.
1512+
`GNU_PROPERTY_RISCV_FEATURE_1_AND` describe a set of processor features with
1513+
each bit indicating a feature that the object file is compatible with. The
1514+
linker should perform a bitwise AND operation when merging different objects.
15151515

15161516
[%autowidth]
15171517
|===

0 commit comments

Comments
 (0)