linuxkm/Kbuild: for PIE containerization, add .rodata.cst32 to the move list.

This commit is contained in:
Daniel Pouzzner
2025-09-05 17:55:24 -05:00
parent 48385884c0
commit 8a7331776a
+1
View File
@@ -217,6 +217,7 @@ endif
--rename-section .rodata.str1.1=.rodata.wolfcrypt \
--rename-section .rodata.str1.8=.rodata.wolfcrypt \
--rename-section .rodata.cst16=.rodata.wolfcrypt \
--rename-section .rodata.cst32=.rodata.wolfcrypt \
--rename-section .data=.data.wolfcrypt \
--rename-section .data.rel.local=.data.wolfcrypt \
--rename-section .bss=.bss.wolfcrypt "$$file" || exit $$?