summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-bpf/reloc-data.s
diff options
context:
space:
mode:
authorCupertino Miranda <cupertino.miranda@oracle.com>2023-03-17 15:29:36 +0000
committerCupertino Miranda <cupertino.miranda@oracle.com>2023-03-20 15:35:21 +0000
commit5f784ec9277e9303eee3ce366c40ce9fa3203f3e (patch)
tree5c2eba486d82e1ceaf9276b1b171311d6f9d029c /ld/testsuite/ld-bpf/reloc-data.s
parent551fde0ae1691a74e1fdfb2bd33e8453106c0c87 (diff)
downloadbinutils-gdb-5f784ec9277e9303eee3ce366c40ce9fa3203f3e.tar.gz
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.
Diffstat (limited to 'ld/testsuite/ld-bpf/reloc-data.s')
-rw-r--r--ld/testsuite/ld-bpf/reloc-data.s4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/testsuite/ld-bpf/reloc-data.s b/ld/testsuite/ld-bpf/reloc-data.s
index 431ef5aef61..90a5ff06896 100644
--- a/ld/testsuite/ld-bpf/reloc-data.s
+++ b/ld/testsuite/ld-bpf/reloc-data.s
@@ -10,7 +10,3 @@ d64:
.quad foo
d32:
.word d64
-d16:
- .half d32
-d8:
- .byte d16