binutils-gdb/ld/testsuite/ld-cris/expdyn1.s
Hans-Peter Nilsson f7a2c2f698 * ld-cris/weakref1.d, ld-cris/libdso-1.d, ld-cris/gotrel2.s,
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.
2002-01-31 10:42:18 +00:00

18 lines
183 B
ArmAsm

.data
.global expobj
.type expobj,@object
expobj:
.dword 0
.text
.global _start
_start:
nop
.global expfn
expfn:
.type expfn,@function
nop
.Lfe1:
.size expfn,.Lfe1-expfn