Add size-1 and size-2 tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size64-2-x32.d
1 #source: size64-2.s
2 #as: --x32
3 #ld: -shared -melf32_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+200278 R_X86_64_SIZE32 xxx
12 0+200280 R_X86_64_SIZE32 yyy
13 0+200288 R_X86_64_SIZE32 zzz
14 0+200290 R_X86_64_SIZE64 zzz-0x0000001e
15 0+200298 R_X86_64_SIZE64 zzz\+0x0000001e
16
17
18 Contents of section .data:
19 200278 00000000 00000000 00000000 00000000 ................
20 200288 00000000 00000000 00000000 00000000 ................
21 200298 00000000 00000000 ........
This page took 0.03023 seconds and 4 git commands to generate.