livoxGen1: nitpicking: use .-prefixed symbol for end

This commit is contained in:
2025-11-08 11:11:05 -04:00
parent 28e56653ea
commit e1042724fc
+2 -2
View File
@@ -7,11 +7,11 @@
collateKernelStart: collateKernelStart:
.incbin "collateDgrams.cl" .incbin "collateDgrams.cl"
.size collateKernelStart, . - collateKernelStart .size collateKernelStart, . - collateKernelStart
collateKernelEnd: .collateKernelEnd:
.section .data .section .data
collateKernelNBytes: collateKernelNBytes:
.long collateKernelEnd - collateKernelStart .long .collateKernelEnd - collateKernelStart
.size collateKernelNBytes, 4 .size collateKernelNBytes, 4
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,"",@progbits