5a872626a7862bf2d48fcbe52b017d7554cb57db
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pic.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: PIC
3
4 # Test generation of PIC
5
6 .*: +file format .*arm.*
7
8 Disassembly of section .text:
9 00+0 <[^>]*> eb...... bl 00+. <[^>]*>
10 0: R_ARM_PC24 foo.*
11 00+4 <[^>]*> ebfffffe bl 0[0123456789abcdef]+ <[^>]*>
12 4: R_ARM_PLT32 foo
13 \.\.\.
14 8: R_ARM_ABS32 sym
15 c: R_ARM_GOT32 sym
16 10: R_ARM_GOTOFF32 sym
17 14: R_ARM_GOTPC _GLOBAL_OFFSET_TABLE_
18 18: R_ARM_TARGET1 foo2
19 1c: R_ARM_SBREL32 foo3
20 20: R_ARM_TARGET2 foo4
This page took 0.046655 seconds and 3 git commands to generate.