Recent BPF patch removed and renamed the list of relocations based on the limitations of BPF instruction set. This patch is a correction to the tests.
13 lines
112 B
ArmAsm
13 lines
112 B
ArmAsm
.data
|
|
foo:
|
|
.string "foo"
|
|
|
|
.global bar
|
|
bar:
|
|
.string "bar"
|
|
|
|
d64:
|
|
.quad foo
|
|
d32:
|
|
.word d64
|