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-insn-external-le.d | |
parent | 551fde0ae1691a74e1fdfb2bd33e8453106c0c87 (diff) | |
download | gdb-5f784ec9277e9303eee3ce366c40ce9fa3203f3e.zip gdb-5f784ec9277e9303eee3ce366c40ce9fa3203f3e.tar.gz gdb-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-insn-external-le.d')
-rw-r--r-- | ld/testsuite/ld-bpf/reloc-insn-external-le.d | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/testsuite/ld-bpf/reloc-insn-external-le.d b/ld/testsuite/ld-bpf/reloc-insn-external-le.d index d351376..5106638 100644 --- a/ld/testsuite/ld-bpf/reloc-insn-external-le.d +++ b/ld/testsuite/ld-bpf/reloc-insn-external-le.d @@ -12,5 +12,3 @@ Disassembly of section .text: [0-9a-f]+ <.*>: *[0-9a-f]+: 18 01 00 00 28 00 00 00[ ]*lddw %r1,0x28 *[0-9a-f]+: 00 00 00 00 00 00 00 00[ ]* - *[0-9a-f]+: b7 02 00 00 26 00 00 00[ ]*mov %r2,0x26 - *[0-9a-f]+: 61 43 24 00 00 00 00 00[ ]*ldxw %r3,\[%r4\+0x24\] |