Add x86 size relocation support to gas
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size64-1-x86-64.d
1 #source: size64-1.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+200360 R_X86_64_SIZE64 xxx
12 0+200368 R_X86_64_SIZE64 xxx-0x000000000000001e
13 0+200370 R_X86_64_SIZE64 xxx\+0x000000000000001e
14 0+200378 R_X86_64_SIZE64 yyy
15 0+200380 R_X86_64_SIZE64 zzz
16
17
18 Contents of section .data:
19 200360 00000000 00000000 00000000 00000000 ................
20 200370 00000000 00000000 00000000 00000000 ................
21 200380 00000000 00000000 00000000 00000000 ................
22 200390 00000000 00000000 00000000 00000000 ................
23 2003a0 00000000 00000000 00000000 00000000 ................
This page took 0.031941 seconds and 5 git commands to generate.