Skip to content

Commit f209417

Browse files
committed
Apply MaskRay's comment for GNU_PROPERTY_RISCV_FEATURE_1_AND
1 parent 79af4a7 commit f209417

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
@@ -1512,9 +1512,9 @@ Description:: Additional information about the program property type.
15121512

15131513
==== GNU_PROPERTY_RISCV_FEATURE_1_AND
15141514

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

15191519
[%autowidth]
15201520
|===

0 commit comments

Comments
 (0)