ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / weakhiddso.d
1 #source: weakhid.s
2 #as: --pic --no-underscore --em=criself
3 #ld: --shared -m crislinux -z nocombreloc --hash-style=sysv
4 #objdump: -s -R -T
5
6 # Check that .weak and .weak .hidden object references are handled
7 # correctly when generating a DSO.
8
9 .*: file format elf32-cris
10
11 DYNAMIC SYMBOL TABLE:
12 0+21b4 l d \.data 0+ \.data
13 0+21b4 g DO \.data 0+c x
14 0+ D \*UND\* 0+ xregobj
15 0+ w D \*UND\* 0+ xweakobj
16
17
18 DYNAMIC RELOCATION RECORDS
19 OFFSET TYPE VALUE
20 0+21b8 R_CRIS_32 xweakobj
21 0+21bc R_CRIS_32 xregobj
22
23 Contents of section \.hash:
24 #...
25 Contents of section \.data:
26 21b4 00000000 00000000 00000000 .*
This page took 0.032835 seconds and 4 git commands to generate.