From: Jose E. Marchesi Date: Wed, 26 Apr 2023 17:22:14 +0000 (+0200) Subject: sim: bpf: update to new BPF relocations X-Git-Tag: binutils-2_41~758 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=873a1ec4059a2d58899e427a996bf4c3965d93da;p=thirdparty%2Fbinutils-gdb.git sim: bpf: update to new BPF relocations This patch updates the BPF GNU sim testsuite in order to match the new BPF relocations introduced in binutils in a recent patch [1]. [1] https://sourceware.org/pipermail/binutils/2023-March/126429.html --- diff --git a/sim/testsuite/bpf/testutils.inc b/sim/testsuite/bpf/testutils.inc index d3d6b17b5b6..ce5c55217e7 100644 --- a/sim/testsuite/bpf/testutils.inc +++ b/sim/testsuite/bpf/testutils.inc @@ -6,7 +6,7 @@ mpass: .string "pass\n" .text _pass: - mov %r1, mpass ; point to "pass\n" string + lddw %r1, mpass ; point to "pass\n" string mov %r2, 5 ; strlen mpass call 7 ; printk mov %r0, 0 ;