Home | History | Annotate | Download | only in sh
      1 #as: -big
      2 #objdump: -drj.text
      3 #name: PC-relative loads
      4 
      5 .*:     file format .*sh.*
      6 
      7 Disassembly of section \.text:
      8 
      9 00000000 <code>:
     10    0:	8b 01       	bf	6 <foo>
     11    2:	d0 02       	mov\.l	c <bar>,r0	! 6 .*
     12    4:	90 02       	mov\.w	c <bar>,r0	! 0 .*
     13 
     14 00000006 <foo>:
     15    6:	af fe       	bra	6 <foo>
     16    8:	00 09       	nop
     17    a:	00 09       	nop
     18 
     19 0000000c <bar>:
     20    c:	00 00       	.*[ 	]*.*
     21    e:	00 06       	.*[ 	]*.*
     22   10:	00 0a       	.*[ 	]*.*
     23   12:	0c 00       	.*[ 	]*.*
     24