Adjust testsuite for cris-axis-aout.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / expdyn1.d
1 #source: expdyn1.s
2 #as: --no-underscore --em=criself
3 #ld: -m crislinux -export-dynamic tmpdir/libdso-1.so
4 #objdump: -T
5
6 .*: file format elf32-cris
7
8 # Exporting dynamic symbols means objects as well as functions.
9
10 DYNAMIC SYMBOL TABLE:
11 #...
12 00080... g DF .text 00000002 expfn
13 00082... g DO .data 00000000 expobj
14 #pass
This page took 0.030599 seconds and 5 git commands to generate.