File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1623,9 +1623,9 @@ defined in the _Itanium {Cpp} ABI_.
16231623The label value is derived from the lower 20 bits of the MD5 hash result of the
16241624function signature string. If the lower 20 bits are all zeros, use the next
1625162520 bits, and continue using the next 20 bits until a non-zero value is obtained.
1626- If less than 20 bits are available in the final segment, the highest 20 bits of
1627- the MD5 hash result will be used . If all 128 bits are zeros, the lower 20 bits
1628- of the MD5 hash result of the string "RISC-V" are used.
1626+ If less than 20 bits are available in the final segment, the remaining bits
1627+ will be zero-filled to make up 20 bits . If all 128 bits are zeros, the lower
1628+ 20 bits of the MD5 hash result of the string "RISC-V" are used.
16291629
16301630Additionally, here are a few specific rules:
16311631
You can’t perform that action at this time.
0 commit comments