diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/call1e.d')
-rw-r--r-- | ld/testsuite/ld-x86-64/call1e.d | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/call1e.d b/ld/testsuite/ld-x86-64/call1e.d new file mode 100644 index 0000000..7127f1a --- /dev/null +++ b/ld/testsuite/ld-x86-64/call1e.d @@ -0,0 +1,13 @@ +#source: call1.s +#as: --64 +#ld: -melf_x86_64 -z call-nop=prefix-0x67 +#objdump: -dw + +.*: +file format .* + + +Disassembly of section .text: + +#... +[ ]*[a-f0-9]+: 67 e8 ([0-9a-f]{2} ){4} * addr32 callq +[a-f0-9]+ <foo> +#pass |