blob: 4c67ae328ac9bed96098fe3e3f58cdaadd208cda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Test for PRU pmem relocations
.global byte_sym
.global short_sym
.global long_sym
.set byte_sym, 0xFA
.set short_sym, 0xFACE
.set long_sym, 0xDEADBEEF
.text
.global _text_label
nop
_text_label:
nop
|