From 2f19aa4f873578acf44b3bf4d4ae98e52c2817ca Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 11 Jul 2023 11:24:20 +0200 Subject: pkg/report: update decompile tests Newer arm compiler versions produce somewhat different output. --- pkg/report/testdata/linux/decompile/amd64/4.out | 4 ++-- pkg/report/testdata/linux/decompile/arm/0.out | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/report/testdata/linux') diff --git a/pkg/report/testdata/linux/decompile/amd64/4.out b/pkg/report/testdata/linux/decompile/amd64/4.out index f2fab8cd7..bc120238f 100644 --- a/pkg/report/testdata/linux/decompile/amd64/4.out +++ b/pkg/report/testdata/linux/decompile/amd64/4.out @@ -63,13 +63,13 @@ Code disassembly (best guess): 11: 80 3c 02 00 cmpb $0x0,(%rdx,%rax,1) 15: 74 08 je 0x1f 17: 4c 89 e7 mov %r12,%rdi - 1a: e8 f0 8e 14 fe callq 0xfe148f0f + 1a: e8 f0 8e 14 fe call 0xfe148f0f 1f: 48 8b 83 18 02 00 00 mov 0x218(%rbx),%rax 26: 89 ed mov %ebp,%ebp 28: 31 d2 xor %edx,%edx * 2a: 48 f7 f5 div %rbp <-- trapping instruction 2d: 48 89 83 18 02 00 00 mov %rax,0x218(%rbx) 34: 45 31 ed xor %r13d,%r13d - 37: e8 7f b5 f2 fd callq 0xfdf2b5bb + 37: e8 7f b5 f2 fd call 0xfdf2b5bb 3c: 44 89 e8 mov %r13d,%eax 3f: 5b pop %rbx diff --git a/pkg/report/testdata/linux/decompile/arm/0.out b/pkg/report/testdata/linux/decompile/arm/0.out index 710c1edbd..0dcaeab66 100644 --- a/pkg/report/testdata/linux/decompile/arm/0.out +++ b/pkg/report/testdata/linux/decompile/arm/0.out @@ -112,4 +112,4 @@ Code disassembly (best guess): 4: e2853020 add r3, r5, #32 8: e1a02000 mov r2, r0 c: e2422008 sub r2, r2, #8 -* 10: e5034020 str r4, [r3, #-32] ; 0xffffffe0 <-- trapping instruction +* 10: e5034020 str r4, [r3, #-32] @ 0xffffffe0 <-- trapping instruction -- cgit mrf-deployment