Home | History | Annotate | Download | only in ld-h8300
      1 # name: H8300 Relaxation Test 2
      2 # ld: --relax -m h8300helf
      3 # objdump: -d --no-show-raw-insn
      4 
      5 .*:     file format .*-h8300
      6 
      7 Disassembly of section .text:
      8 
      9 00000100 <_start>:
     10  100:	mov.b	@0x64:8,r0l
     11  102:	mov.b	r0l,@0x64:8
     12  104:	mov.b	@0x4320:16,r0l
     13  108:	mov.b	r0l,@0x4320:16
     14  10c:	mov.w	@0xff64:16,r0
     15  110:	mov.w	r0,@0xff64:16
     16  114:	mov.w	@0x4320:16,r0
     17  118:	mov.w	r0,@0x4320:16
     18  11c:	mov.l	@0xff64:16,er0
     19  122:	mov.l	er0,@0xff64:16
     20  128:	mov.l	@0x4320:16,er0
     21  12e:	mov.l	er0,@0x4320:16
     22