Home | History | Annotate | Download | only in ld-x86-64
      1 #source: protected2.s
      2 #as: --64 -march=l1om
      3 #ld: -shared -melf_l1om
      4 #objdump: -drw --insn-width=7
      5 #target: x86_64-*-linux*
      6 
      7 .*: +file format .*
      8 
      9 
     10 Disassembly of section .text:
     11 
     12 0+[a-f0-9]+ <foo>:
     13 [ 	]*[a-f0-9]+:	c3                   	retq
     14 
     15 0+[a-f0-9]+ <bar>:
     16 [ 	]*[a-f0-9]+:	e8 fa ff ff ff       	callq  [a-f0-9]+ <foo>
     17 [ 	]*[a-f0-9]+:	c3                   	retq
     18 #pass
     19