testsuite/ld-cris various files: Run ld with --hash-style=sysv.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / weakref4.d
1 #source: start1.s
2 #source: expdref4.s
3 #as: --no-underscore --em=criself
4 #ld: -m crislinux --hash-style=sysv
5 #ld_after_inputfiles: tmpdir/libdso-15.so
6 #readelf: -a -x 11
7
8 # Like weakref3.d, but just the expobj2 referenced from .data. We
9 # should avoid a copy reloc (instead emitting a R_CRIS_GLOB_DAT or
10 # R_CRIS_32 against the weak symbol), but for the time being, make
11 # sure we get a valid reloc.
12
13 #...
14 +\[[0-9]+\] .data +PROGBITS +[0-9a-f]* [0-9a-f]* 000004 .*
15 #...
16 +\[[0-9]+\] .bss +NOBITS +[0-9a-f]* [0-9a-f]* 00000c .*
17 #...
18 Relocation section '.rela.dyn' at offset 0x... contains 1 entries:
19 #...
20 .* R_CRIS_COPY .* __expobj2@TST3 \+ 0
21
22 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
23
24 Symbol table '.dynsym' contains . entries:
25 #...
26 +.: [0-9a-f]* +4 +OBJECT +GLOBAL +DEFAULT +12 __expobj2@TST3 \(2\)
27 #...
28 Symbol table '.symtab' contains .. entries:
29 #...
30 Hex dump of section '.data':
31 0x00082250 54220800 .*
32
This page took 0.030141 seconds and 4 git commands to generate.