PR21910, segfault in common symbol override test when hash-style=gnu
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / pic-gc-72.d
CommitLineData
bcae4342
HPN
1#source: pic-gc-72.s
2#source: expdref1.s
3#source: expdyn1.s
4#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
5#ld: --shared -m crislinux --gc-sections
6#objdump: -s -t -R -p -T
7
8# Exercise PIC relocs through changed GC sweep function.
9# There should be nothing left except from expdyn1.s.
10
11.*: file format elf32-cris
12#...
13DYNAMIC RELOCATION RECORDS \(none\)
14
15Contents of section .hash:
16#...
17Contents of section .dynsym:
18#...
19Contents of section .dynstr:
20#...
21Contents of section .text:
357f012b 22 016e 0f050f05 .*
bcae4342 23Contents of section .dynamic:
357f012b 24 2174 .*
bcae4342
HPN
25#...
26Contents of section .got:
357f012b 27 21cc 74210000 00000000 00000000 .*
bcae4342 28Contents of section .data:
357f012b 29 21d8 00000000 .*
This page took 0.441807 seconds and 4 git commands to generate.