* ldexp.c: Add LOG2CEIL() builtin function to linker script language
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / weakref4.d
CommitLineData
63f2573f
HPN
1#source: start1.s
2#source: expdref4.s
3#as: --no-underscore --em=criself
4#ld: -m crislinux
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#...
d2667025 14 +\[[0-9]+\] .data +PROGBITS +[0-9a-f]* [0-9a-f]* 000004 .*
63f2573f 15#...
d2667025 16 +\[[0-9]+\] .bss +NOBITS +[0-9a-f]* [0-9a-f]* 00000c .*
63f2573f
HPN
17#...
18Relocation section '.rela.dyn' at offset 0x... contains 1 entries:
19#...
d2667025 20.* R_CRIS_COPY .* __expobj2 \+ 0
63f2573f 21
65fc367b 22The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
63f2573f
HPN
23
24Symbol table '.dynsym' contains . entries:
25#...
d2667025 26 +.: [0-9a-f]* +4 +OBJECT +GLOBAL +DEFAULT +12 __expobj2@TST3 \(2\)
63f2573f
HPN
27#...
28Symbol table '.symtab' contains .. entries:
29#...
30Hex dump of section '.data':
d2667025 31 0x00082250 54220800 .*
63f2573f 32
This page took 0.20475 seconds and 4 git commands to generate.