Skip to content

Commit f772aad

Browse files
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into zd20378
2 parents 8e7bcfc + bdc1f89 commit f772aad

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/watcomc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
uses: open-watcom/setup-watcom@v0
6363
with:
6464
version: ${{ matrix.platform.owimage }}
65+
tag: 2025-09-01-Build
66+
# Currently fixed to this build because of latest compiler error:
67+
# file clbrdll.lib(fltuse80): undefined symbol _SetLD80bit_
6568

6669
- name: Checkout wolfSSL
6770
uses: actions/checkout@v4

linuxkm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ endif
217217
--rename-section .rodata.str1.1=.rodata.wolfcrypt \
218218
--rename-section .rodata.str1.8=.rodata.wolfcrypt \
219219
--rename-section .rodata.cst16=.rodata.wolfcrypt \
220+
--rename-section .rodata.cst32=.rodata.wolfcrypt \
220221
--rename-section .data=.data.wolfcrypt \
221222
--rename-section .data.rel.local=.data.wolfcrypt \
222223
--rename-section .bss=.bss.wolfcrypt "$$file" || exit $$?

0 commit comments

Comments
 (0)