05ec1b4df2
* ld-cris/dso-1.s, ld-cris/libdso-1.d, ld-cris/libdso-11.d, ld-cris/libdso-2.d, ld-cris/pv32.s, ld-cris/undef1.d: Correct .size expressions and adjust expected output accordingly.
24 lines
269 B
ArmAsm
24 lines
269 B
ArmAsm
.global here
|
|
.type here,@function
|
|
here:
|
|
nop
|
|
.Lfe3:
|
|
.size here,.Lfe3-here
|
|
|
|
.type pfn,@function
|
|
pfn:
|
|
bsr expfn
|
|
nop
|
|
bsr dsofn3
|
|
nop
|
|
.Lfe1:
|
|
.size pfn,.Lfe1-pfn
|
|
|
|
.global dsofn
|
|
.type dsofn,@function
|
|
dsofn:
|
|
move.d expobj,$r10
|
|
nop
|
|
.Lfe2:
|
|
.size dsofn,.Lfe2-dsofn
|
|
|