* elf.c (_bfd_elf_get_dynamic_reloc_upper_bound)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-pic-veneer.d
1
2 .*: file format.*
3
4 Disassembly of section .text:
5
6 00008000 <_start>:
7 8000: ea000000 b 8008 <__foo_from_arm>
8
9 00008004 <foo>:
10 8004: 46c0 nop \(mov r8, r8\)
11 8006: 4770 bx lr
12
13 00008008 <__foo_from_arm>:
14 8008: e59fc004 ldr ip, \[pc, #4\] ; 8014 <__foo_from_arm\+0xc>
15 800c: e08cc00f add ip, ip, pc
16 8010: e12fff1c bx ip
17 8014: fffffff1 .word 0xfffffff1
This page took 0.029464 seconds and 4 git commands to generate.