* ld-cris/weakref4.d: Updated pattern match for the message from
[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
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+822a4 0002a4 000004 00 +WA +0 +0 +1
15 #...
16 +\[[0-9]+\] .bss +NOBITS +0+822a8 .*
17 #...
18 Relocation section '.rela.dyn' at offset 0x... contains 1 entries:
19 #...
20 000822a8 +00000109 R_CRIS_COPY +000822a8 +__expobj2 \+ 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 +.: 000822a8 +4 +OBJECT +GLOBAL +DEFAULT +12 __expobj2@TST3 \(2\)
27 #...
28 Symbol table '.symtab' contains .. entries:
29 #...
30 Hex dump of section '.data':
31 0x000822a4 a8220800 .*
32
This page took 0.032316 seconds and 4 git commands to generate.