summaryrefslogtreecommitdiffstats
path: root/template.S
blob: 2e6cbdb9f459f6cf2d54e701dee5968d2504cbb8 (plain)
1
2
3
4
5
6
7
8
9
10
.section .data
_binary_SYMBOL_PREFIX_start:
.incbin "FILENAME"
.align 4
_binary_SYMBOL_PREFIX_end:
_binary_SYMBOL_PREFIX_size:
	.long	_binary_SYMBOL_PREFIX_end - _binary_SYMBOL_PREFIX_start
.globl _binary_SYMBOL_PREFIX_start
.globl _binary_SYMBOL_PREFIX_end
.globl _binary_SYMBOL_PREFIX_size
OpenPOWER on IntegriCloud