We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63cc3b commit 825e568Copy full SHA for 825e568
1 file changed
kern.ld
@@ -90,7 +90,7 @@ SECTIONS
90
{
91
*(.data)
92
vgpu_unlock_nv_kern_rodata_beg = .;
93
- *nv-kernel.o(.rodata)
+ *nv-kernel.o(.rodata*)
94
vgpu_unlock_nv_kern_rodata_end = .;
95
}
96
.data1 0 : { *(.data1) }
0 commit comments