diff options
Diffstat (limited to 'ld/testsuite/ld-i386/no-plt-1j.dd')
-rw-r--r-- | ld/testsuite/ld-i386/no-plt-1j.dd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/testsuite/ld-i386/no-plt-1j.dd b/ld/testsuite/ld-i386/no-plt-1j.dd index 50fd693..258b0a0 100644 --- a/ld/testsuite/ld-i386/no-plt-1j.dd +++ b/ld/testsuite/ld-i386/no-plt-1j.dd @@ -9,7 +9,10 @@ Disassembly of section .text: [0-9a-f]+ <check>: +[a-f0-9]+: 83 ec 0c sub \$0xc,%esp +[a-f0-9]+: 67 e8 ([0-9a-f]{2} ){4}[ ]+addr16 call [0-9a-f]+ <get_func> - +[a-f0-9]+: 81 f8 ([0-9a-f]{2} ){4}[ ]+cmp +\$0x[0-9a-f]+,%eax + +[a-f0-9]+: c7 c2 ([0-9a-f]{2} ){4}[ ]+mov +\$0x[a-f0-9]+,%edx + +[a-f0-9]+: 39 d0 cmp %edx,%eax + +[a-f0-9]+: 75 34 jne [0-9a-f]+ <check\+0x[0-9a-f]+> + +[a-f0-9]+: 39 15 ([0-9a-f]{2} ){4}[ ]+cmp +%edx,0x[0-9a-f]+ +[a-f0-9]+: 75 2c jne [0-9a-f]+ <check\+0x[0-9a-f]+> +[a-f0-9]+: 67 e8 ([0-9a-f]{2} ){4}[ ]+addr16 call [0-9a-f]+ <func> +[a-f0-9]+: 3d 78 56 34 12 cmp \$0x12345678,%eax |