livoxGen1: nitpicking: use .-prefixed symbol for end
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user