[ARC] Improve printing of pc-relative instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / plt-relocs.d
1 #as: -mcpu=archs
2 #objdump: -dr --prefix-addresses --show-raw-insn
3
4 .*: +file format .*arc.*
5
6 Disassembly of section .text:
7 0x[0-9a-f]+ 0000 0002 bne 0 ;0x00000000
8 0: R_ARC_S21H_PCREL_PLT printf
9 0x[0-9a-f]+ 0800 0002 blne 0 ;0x00000000
10 4: R_ARC_S21W_PCREL_PLT printf
11 0x[0-9a-f]+ 0001 0000 b 0 ;0x00000000
12 8: R_ARC_S25H_PCREL_PLT printf
13 0x[0-9a-f]+ 0802 0000 bl 0 ;0x00000000
14 c: R_ARC_S25W_PCREL_PLT printf
15 0x[0-9a-f]+ 2700 7f80 0000 0000 add r0,pcl,0.*
16 14: R_ARC_PLT32 printf
This page took 0.029201 seconds and 4 git commands to generate.