mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
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.
18 lines
183 B
ArmAsm
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
|
|
|