summaryrefslogtreecommitdiffstats
path: root/template.S
diff options
context:
space:
mode:
Diffstat (limited to 'template.S')
-rw-r--r--template.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/template.S b/template.S
new file mode 100644
index 0000000..2e6cbdb
--- /dev/null
+++ b/template.S
@@ -0,0 +1,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