You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Linking.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -402,15 +402,14 @@ The contents of the target features section is a vector of entries:
402
402
403
403
The recognized prefix bytes and their meanings are below. When the user does not
404
404
supply a set of allowed features explicitly, the set of allowed features is
405
-
taken to be the set of features used or required. Any feature not mentioned in
406
-
an object's target features section is not used by that object, but is not
407
-
necessarily prohibited in the final binary.
405
+
taken to be the set of used features. Any feature not mentioned in an object's
406
+
target features section is not used by that object, but is not necessarily
407
+
prohibited in the final binary.
408
408
409
409
| Prefix | Meaning |
410
410
| ---------- | ------- |
411
411
| 0x2b (`+`) | This object uses this feature, and the link fails if this feature is not in the allowed set. |
412
412
| 0x2d (`-`) | This object does not use this feature, and the link fails if this feature is in the allowed set. |
413
-
| 0x3d (`=`) | This object uses this feature, and the link fails if this feature is not in the allowed set or if any object does not use this feature. |
0 commit comments