diff options
author | Cupertino Miranda <cupertino.miranda@oracle.com> | 2023-03-17 15:29:36 +0000 |
---|---|---|
committer | Cupertino Miranda <cupertino.miranda@oracle.com> | 2023-03-20 15:35:21 +0000 |
commit | 5f784ec9277e9303eee3ce366c40ce9fa3203f3e (patch) | |
tree | 5c2eba486d82e1ceaf9276b1b171311d6f9d029c /ld/testsuite/ld-bpf/reloc-insn32-le.d | |
parent | 551fde0ae1691a74e1fdfb2bd33e8453106c0c87 (diff) | |
download | binutils-5f784ec9277e9303eee3ce366c40ce9fa3203f3e.zip binutils-5f784ec9277e9303eee3ce366c40ce9fa3203f3e.tar.gz binutils-5f784ec9277e9303eee3ce366c40ce9fa3203f3e.tar.bz2 |
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-insn32-le.d')
-rw-r--r-- | ld/testsuite/ld-bpf/reloc-insn32-le.d | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ld/testsuite/ld-bpf/reloc-insn32-le.d b/ld/testsuite/ld-bpf/reloc-insn32-le.d deleted file mode 100644 index bdbb45f..0000000 --- a/ld/testsuite/ld-bpf/reloc-insn32-le.d +++ /dev/null @@ -1,19 +0,0 @@ -#as: --EL -#source: reloc-insn32.s -#objdump: -d -#ld: -Tdata=0xdabeef -EL -#name: reloc INSN32 LE - -.*: +file format .*bpfle - -Disassembly of section .text: - -[0-9a-f]+ <main>: - *[0-9a-f]+: b7 01 00 00 f3 be da 00[ ]*mov %r1,0xdabef3 - *[0-9a-f]+: 16 01 02 00 f3 be da 00[ ]*jeq32 %r1,0xdabef3,2 - *[0-9a-f]+: 38 00 00 00 ff be da 00[ ]*ldabsdw 0xdabeff - *[0-9a-f]+: 95 00 00 00 00 00 00 00[ ]*exit - -[0-9a-f]+ <baz>: - *[0-9a-f]+: 07 01 00 00 ef be da 00[ ]*add %r1,0xdabeef - *[0-9a-f]+: 62 02 08 00 f7 be da 00[ ]*stw \[%r2\+8\],0xdabef7 |