Cupertino Miranda 5f784ec927 Changed ld and gas BPF tests
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.
2023-03-20 15:35:21 +00:00

13 lines
112 B
ArmAsm

.data
foo:
.string "foo"
.global bar
bar:
.string "bar"
d64:
.quad foo
d32:
.word d64