* ld-linkonce/linkonce.exp: New file.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-linkonce / zeroehl32.d
1 #source: x.s
2 #source: y.s
3 #ld: -Ttext 0xa00 -T $srcdir/$subdir/zeroeh.ld
4 #objdump: -s
5 #target: cris-*-elf cris-*-linux* i?86-*-elf i?86-*-linux*
6 #xfail: *-*-*
7
8 # The word at address 201c, for the linkonce-excluded section, must be zero.
9
10 .*: file format elf32.*
11
12 Contents of section \.text:
13 0a00 080a0000 100a0000 01000000 02000000 .*
14 0a10 03000000 .*
15 Contents of section \.eh_frame:
16 2000 02000000 080a0000 08000000 07000000 .*
17 2010 100a0000 04000000 66600000 00000000 .*
18 2020 04000000 .*
19 #pass
This page took 0.034772 seconds and 5 git commands to generate.