mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
12 lines
260 B
D
12 lines
260 B
D
|
#source: pr23930a.s
|
||
|
#source: pr23930b.s
|
||
|
#as: --64
|
||
|
#ld: -m elf_x86_64 -z separate-code -z norelro -T pr23930.t
|
||
|
#objdump: --disassemble=main
|
||
|
|
||
|
#...
|
||
|
[a-f0-9]+ <main>:
|
||
|
[a-f0-9]+: 31 c0 xor %eax,%eax
|
||
|
[a-f0-9]+: c3 retq
|
||
|
#pass
|