* ldexp.c: Add LOG2CEIL() builtin function to linker script language
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / pic-gc-72.d
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 #...
13 DYNAMIC RELOCATION RECORDS \(none\)
14
15 Contents of section .hash:
16 #...
17 Contents of section .dynsym:
18 #...
19 Contents of section .dynstr:
20 #...
21 Contents of section .text:
22 016e 0f050f05 .*
23 Contents of section .dynamic:
24 2174 .*
25 #...
26 Contents of section .got:
27 21cc 74210000 00000000 00000000 .*
28 Contents of section .data:
29 21d8 00000000 .*
This page took 0.029729 seconds and 4 git commands to generate.