delete gdbserver's freeargv
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / weakhiddso.d
CommitLineData
86e2791b
HPN
1#source: weakhid.s
2#as: --pic --no-underscore --em=criself
3#ld: --shared -m crislinux -z nocombreloc
4#objdump: -s -R -T
5
6# Check that .weak and .weak .hidden object references are handled
7# correctly when generating a DSO. For now, we have to live with the
8# R_CRIS_NONE entry.
9
10.*: file format elf32-cris
11
12DYNAMIC SYMBOL TABLE:
d2667025 130+2214 l d \.data 0+ \.data
86e2791b
HPN
140+2214 g DO \.data 0+c x
150+ D \*UND\* 0+ xregobj
d2667025 160+2220 g D \.data 0+ __bss_start
86e2791b 170+ w D \*UND\* 0+ xweakobj
d2667025
AM
180+2220 g D \.data 0+ _edata
190+2220 g D \.data 0+ _end
86e2791b
HPN
20
21
22DYNAMIC RELOCATION RECORDS
23OFFSET TYPE VALUE
240+ R_CRIS_NONE \*ABS\*
250+2218 R_CRIS_32 xweakobj
260+221c R_CRIS_32 xregobj
27
28Contents of section \.hash:
29#...
d2667025 30Contents of section \.data:
86e2791b 31 2214 00000000 00000000 00000000 .*
This page took 0.242235 seconds and 4 git commands to generate.