bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / got_prel.d
1 # name: R_ARM_GOT_PREL relocation
2 # source: got_prel.s
3 # as: -march=armv5te -meabi=5
4 # readelf: -x 4 -r
5 # target: *-*-*eabi *-*-symbianelf *-*-linux-* *-*-elf
6
7 Relocation section '.rel.text.foo' at offset 0x3f0 contains 1 entries:
8 Offset Info Type Sym.Value Sym. Name
9 00000010 00000c60 R_ARM_GOT_PREL 00000000 i
10
11 Relocation section '.rel.ARM.exidx.text.foo' at offset 0x3f8 contains 2 entries:
12 Offset Info Type Sym.Value Sym. Name
13 00000000 0000042a R_ARM_PREL31 00000000 .text.foo
14 00000000 00000d00 R_ARM_NONE 00000000 __aeabi_unwind_cpp_pr0
15
16 Hex dump of section '.text.foo':
17 NOTE: This section has relocations against it, but these have NOT been applied to this dump.
18 0x00000000 034b7b44 1b681a68 1860101c 7047c046 .K{D.h.h.`..pG.F
19 0x00000010 0a000000 ....
This page took 0.03195 seconds and 4 git commands to generate.