livoxGen1: unmangle symbols, add .sizes

This commit is contained in:
2025-11-08 11:09:09 -04:00
parent 5dbed56e38
commit 28e56653ea
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -1,17 +1,17 @@
.section .rodata
.global collateKernelStart
.global collateKernelEnd
.global collateKernelNBytes
.type collateKernelStart, @object
.type collateKernelEnd, @object
.type collateKernelNBytes, @object
collateKernelStart:
.incbin "collateDgrams.cl"
.size collateKernelStart, . - collateKernelStart
collateKernelEnd:
.section .data
collateKernelNBytes:
.long collateKernelEnd - collateKernelStart
.size collateKernelNBytes, 4
.section .note.GNU-stack,"",@progbits