Add x86 size relocation support to gas
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size32-2-x86-64.d
1 #source: size32-2.s
2 #as: --64
3 #ld: -shared -melf_x86_64
4 #objdump: -R -s -j .data
5 #target: x86_64-*-*
6
7 .*: +file format .*
8
9 DYNAMIC RELOCATION RECORDS
10 OFFSET TYPE VALUE
11 0+2003d8 R_X86_64_SIZE32 xxx
12 0+2003dc R_X86_64_SIZE32 yyy
13 0+2003e0 R_X86_64_SIZE32 zzz
14 0+2003e4 R_X86_64_SIZE32 zzz-0x000000000000001e
15 0+2003e8 R_X86_64_SIZE32 zzz\+0x000000000000001e
16
17
18 Contents of section .data:
19 2003d8 00000000 00000000 00000000 00000000 ................
20 2003e8 00000000 ....
This page took 0.030553 seconds and 4 git commands to generate.