* ehopt.c (check_eh_frame): If md_allow_eh_opt is defined, invoke it to see if the...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mul-overlap.s
CommitLineData
8fb9d7b9
MS
1 .text
2 .align 2
3 .global foo
8fb9d7b9
MS
4foo:
5 mul r0, r0, r0
6 mla r0, r0, r1, r2
7 mls r0, r0, r1, r2
8 bx lr
This page took 0.047758 seconds and 4 git commands to generate.