Skip to content

Commit 748d36d

Browse files
committed
spelling: mnemonics
Signed-off-by: Josh Soref <[email protected]>
1 parent afd1ecd commit 748d36d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Build_android/openssl/openssl-1.0.2k.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compatability with the OpenSSL 1.1.0 configuration target names. Support for
66
the AArch64 architecture is also added, as well as targets using the Clang
77
compiler.
88

9-
Clang does not recognize some of the ARM assembly nmenonics that are used in
9+
Clang does not recognize some of the ARM assembly mnemonics that are used in
1010
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
1111
further complicate matters, Clang doesn't support immediate fixup values so
1212
the alternative adr/sub sequence used for the Thumb2 code path cannot be

Build_android/openssl/openssl-1.0.2l.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compatability with the OpenSSL 1.1.0 configuration target names. Support for
66
the AArch64 architecture is also added, as well as targets using the Clang
77
compiler.
88

9-
Clang does not recognize some of the ARM assembly nmenonics that are used in
9+
Clang does not recognize some of the ARM assembly mnemonics that are used in
1010
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
1111
further complicate matters, Clang doesn't support immediate fixup values so
1212
the alternative adr/sub sequence used for the Thumb2 code path cannot be

Build_android/openssl/openssl-1.0.2m.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compatability with the OpenSSL 1.1.0 configuration target names. Support for
66
the AArch64 architecture is also added, as well as targets using the Clang
77
compiler.
88

9-
Clang does not recognize some of the ARM assembly nmenonics that are used in
9+
Clang does not recognize some of the ARM assembly mnemonics that are used in
1010
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
1111
further complicate matters, Clang doesn't support immediate fixup values so
1212
the alternative adr/sub sequence used for the Thumb2 code path cannot be

Build_android/openssl/openssl-1.0.2n.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compatability with the OpenSSL 1.1.0 configuration target names. Support for
66
the AArch64 architecture is also added, as well as targets using the Clang
77
compiler.
88

9-
Clang does not recognize some of the ARM assembly nmenonics that are used in
9+
Clang does not recognize some of the ARM assembly mnemonics that are used in
1010
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
1111
further complicate matters, Clang doesn't support immediate fixup values so
1212
the alternative adr/sub sequence used for the Thumb2 code path cannot be

0 commit comments

Comments
 (0)