Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[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
bab55c05 5#ld: --shared -m crislinux --gc-sections --hash-style=sysv
bcae4342
HPN
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:
7f923b7f 22.* 0f050f05 .*
bcae4342 23Contents of section .dynamic:
7f923b7f 24 2114 .*
bcae4342
HPN
25#...
26Contents of section .got:
7f923b7f 27.* 14210000 00000000 00000000 .*
bcae4342 28Contents of section .data:
7f923b7f 29.* 00000000 .*
This page took 1.235557 seconds and 4 git commands to generate.