diff options
Diffstat (limited to 'ld/testsuite/ld-i386/call3f.d')
-rw-r--r-- | ld/testsuite/ld-i386/call3f.d | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-i386/call3f.d b/ld/testsuite/ld-i386/call3f.d new file mode 100644 index 0000000..5ab0cf1 --- /dev/null +++ b/ld/testsuite/ld-i386/call3f.d @@ -0,0 +1,14 @@ +#source: call3.s +#as: --32 +#ld: -melf_i386 -z call-nop=prefix-0x90 +#objdump: -dw + +.*: +file format .* + + +Disassembly of section .text: + +#... +[ ]*[a-f0-9]+: 90 nop +[ ]*[a-f0-9]+: e8 ([0-9a-f]{2} ){4} * call +[a-f0-9]+ <foo> +#pass |