diff options
Diffstat (limited to 'ld/testsuite/ld-bpf/reloc-data.s')
-rw-r--r-- | ld/testsuite/ld-bpf/reloc-data.s | 4 |
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 431ef5a..90a5ff0 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 |