2005-03-23 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / libdso-10.d
1 #source: dso-1.s
2 #as: --pic --no-underscore --march=v32 --em=criself
3 #ld: --shared -m crislinux
4 #objdump: -p -h
5
6 # Sanity check; just an empty GOT.
7
8 .*: file format elf32-cris
9
10 Program Header:
11 LOAD off 0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
12 filesz 0x0+188 memsz 0x0+188 flags r-x
13 LOAD off 0x0+188 vaddr 0x0+2188 paddr 0x0+2188 align 2\*\*13
14 filesz 0x0+64 memsz 0x0+78 flags rw-
15 DYNAMIC off 0x0+188 vaddr 0x0+2188 paddr 0x0+2188 align 2\*\*2
16 filesz 0x0+58 memsz 0x0+58 flags rw-
17 Dynamic Section:
18 HASH 0x94
19 STRTAB 0x15c
20 SYMTAB 0xcc
21 STRSZ 0x28
22 SYMENT 0x10
23 private flags = 2: \[v32\]
24 Sections:
25 Idx Name Size VMA LMA File off Algn
26 0 \.hash 0+38 0+94 0+94 0+94 2\*\*2
27 CONTENTS, ALLOC, LOAD, READONLY, DATA
28 1 \.dynsym 0+90 0+cc 0+cc 0+cc 2\*\*2
29 CONTENTS, ALLOC, LOAD, READONLY, DATA
30 2 \.dynstr 0+28 0+15c 0+15c 0+15c 2\*\*0
31 CONTENTS, ALLOC, LOAD, READONLY, DATA
32 3 \.text 0+4 0+184 0+184 0+184 2\*\*0
33 CONTENTS, ALLOC, LOAD, READONLY, CODE
34 4 \.dynamic 0+58 0+2188 0+2188 0+188 2\*\*2
35 CONTENTS, ALLOC, LOAD, DATA
36 5 \.got 0+c 0+21e0 0+21e0 0+1e0 2\*\*2
37 CONTENTS, ALLOC, LOAD, DATA
38 6 \.bss 0+14 0+21ec 0+21ec 0+1ec 2\*\*0
39 ALLOC
This page took 0.033061 seconds and 4 git commands to generate.