Skip to content

Commit 0ab09ab

Browse files
committed
PPC32 SHA-256 ASM: support comnpiling for PIC
When compiling for PIC, 30 and 31 are not always available. Alternative implementation added not using them that puts registers on the stack. Small code size version implemented as well.
1 parent f18fdca commit 0ab09ab

3 files changed

Lines changed: 6488 additions & 0 deletions

File tree

.wolfssl_known_macro_extras

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ __MWERKS__
10251025
__NT__
10261026
__OS2__
10271027
__OpenBSD__
1028+
__PIC__
10281029
__PIE__
10291030
__POWERPC__
10301031
__PPC__

0 commit comments

Comments
 (0)