Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / libdso-2.d
CommitLineData
32d27937
HPN
1#source: dso-1.s
2#source: dso-2.s
9a6351f1 3#as: --pic --no-underscore --em=criself
bab55c05 4#ld: --shared -m crislinux --hash-style=sysv --version-script $srcdir/$subdir/hide1
32d27937
HPN
5#readelf: -S -s -r
6
7# Use "dsofn" from dso-1 in a GOTPLT reloc, but hide it in a
8# version script. This will change the incoming GOTPLT reloc to
9# instead be a (local) GOT reloc. There are no other .rela.got
10# entries. This formerly SEGV:ed because .rela.got was created
11# too late to have it mapped to an output section.
12
0df40b5e 13There are 13 section headers.*
32d27937 14#...
f9272224
AM
15 +\[ 1\] \.hash +HASH +.*
16 +\[ 2\] \.dynsym +DYNSYM +.*
17 +\[ 3\] \.dynstr +STRTAB +.*
18 +\[ 4\] \.gnu\.version +VERSYM +.*
19 +\[ 5\] \.gnu\.version_d +VERDEF +.*
20 +\[ 6\] \.rela\.dyn +RELA +.*
21 +\[ 7\] \.text +PROGBITS .*
22 +\[ 8\] \.dynamic +DYNAMIC +.*
23 +\[ 9\] \.got +PROGBITS .*
dd905818
NC
24 +\[10\] \.symtab +SYMTAB +.*
25 +\[11\] \.strtab +STRTAB +.*
26 +\[12\] \.shstrtab +STRTAB +.*
32d27937 27#...
d3a49aa8 28Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 1 entry:
32d27937 29#...
7dbe414f 3000002[12][0-9a-f][048c] +0000000c R_CRIS_RELATIVE +150
32d27937 31#...
f6ac7612 32Symbol table '\.dynsym' contains 4 entries:
f9272224
AM
33 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
34 +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND
35 +1: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +7
36 +2: 0+ +0 +OBJECT +GLOBAL +DEFAULT +ABS TST1
37 +3: 0+154 +0 +FUNC +GLOBAL +DEFAULT +7 export_1@@TST1
32d27937 38
fd161d86 39Symbol table '\.symtab' contains 15 entries:
f9272224
AM
40 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
41 +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND
42 +1: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +1
43 +2: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +2
44 +3: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +3
45 +4: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +4
46 +5: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +5
47 +6: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +6
48 +7: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +7
49 +8: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +8
50 +9: [0-9a-f]+ +0 +SECTION +LOCAL +DEFAULT +9
935bd1e0 51 +10: 0+2..[046c] +0 +OBJECT +LOCAL +DEFAULT +ABS _DYNAMIC
fd161d86
AM
52 +11: 0+2..[046c] +0 +OBJECT +LOCAL +DEFAULT +ABS _GLOBAL_OFFSET_TABLE_
53 +12: 0+150 +2 +FUNC +LOCAL +DEFAULT +7 dsofn
54 +13: 0+ +0 +OBJECT +GLOBAL +DEFAULT +ABS TST1
55 +14: 0+154 +0 +FUNC +GLOBAL +DEFAULT +7 export_1
This page took 0.965341 seconds and 4 git commands to generate.