PR25593, --as-needed breaks DT_NEEDED order with linker plugin
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / libdso-1.d
1 #source: dso-1.s
2 #as: --pic --no-underscore --em=criself
3 #ld: --shared -m crislinux
4 #objdump: -T
5
6 # Just check that we actually got a DSO with the dsofn symbol.
7 # The pattern also makes sure that the address (modulo 16) is non-zero
8 # and even.
9
10 .*: file format elf32-cris
11
12 DYNAMIC SYMBOL TABLE:
13 #...
14 0+[^0]+0*[02468ace] g DF .text 0+2 dsofn
15 #pass
This page took 0.031616 seconds and 4 git commands to generate.