diff options
Diffstat (limited to 'ld/testsuite/ld-mn10300/i135409-1.s')
-rw-r--r-- | ld/testsuite/ld-mn10300/i135409-1.s | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mn10300/i135409-1.s b/ld/testsuite/ld-mn10300/i135409-1.s new file mode 100644 index 0000000..b9faaf4 --- /dev/null +++ b/ld/testsuite/ld-mn10300/i135409-1.s @@ -0,0 +1,29 @@ + .text + + nop + + .global _start +_start: + .type _func, @function +_func: + mov L001,A1 + nop +A: + mov L001,A1 + .size _func, . - _func + + + .global _func2 +_func2: + .type _func2, @function + mov L001,A1 + nop + mov L001,A1 + .size _func2, . - _func2 + + .global BOTTOM +BOTTOM: + + .data +L001: + |