]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-mn10300/i135409-1.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-mn10300 / i135409-1.s
diff --git a/ld/testsuite/ld-mn10300/i135409-1.s b/ld/testsuite/ld-mn10300/i135409-1.s
new file mode 100644 (file)
index 0000000..b9faaf4
--- /dev/null
@@ -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:
+