f7a2c2f698
ld-cris/expdyn1.d, ld-cris/expdyn1.s, ld-cris/dso-1.s: New tests. * ld-cris/cris.exp: Split run_dump_tests in two parts, executing tests named *dso-*.d first and copying their tmpdir/dump to files named as the .d-file.
14 lines
314 B
Makefile
14 lines
314 B
Makefile
#source: expdyn1.s
|
|
#as: --no-underscore
|
|
#ld: -m crislinux -export-dynamic tmpdir/libdso-1.so
|
|
#objdump: -T
|
|
|
|
.*: file format elf32-cris
|
|
|
|
# Exporting dynamic symbols means objects as well as functions.
|
|
|
|
DYNAMIC SYMBOL TABLE:
|
|
#...
|
|
00080206 g DF .text 00000002 expfn
|
|
00082208 g DO .data 00000000 expobj
|
|
#pass
|