Home | History | Annotate | Download | only in arm
      1 #objdump: -dr --prefix-addresses --show-raw-insn
      2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
      3 #name: MOVS relocations against local symbols for armv7-m
      4 
      5 .*: +file format .*arm.*
      6 
      7 Disassembly of section .text:
      8 0[0-9a-f]+ <[^>]+> 2000      	movs	r0, #0
      9 			0: R_ARM_THM_ALU_ABS_G3_NC	bar
     10 0[0-9a-f]+ <[^>]+> 2000      	movs	r0, #0
     11 			2: R_ARM_THM_ALU_ABS_G2_NC	bar
     12 0[0-9a-f]+ <[^>]+> 2000      	movs	r0, #0
     13 			4: R_ARM_THM_ALU_ABS_G1_NC	bar
     14 0[0-9a-f]+ <[^>]+> 2000      	movs	r0, #0
     15 			6: R_ARM_THM_ALU_ABS_G0_NC	bar
     16 #...
     17