summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-mn10300/i112045-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-mn10300/i112045-1.s')
-rw-r--r--binutils-2.21/ld/testsuite/ld-mn10300/i112045-1.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-mn10300/i112045-1.s b/binutils-2.21/ld/testsuite/ld-mn10300/i112045-1.s
new file mode 100644
index 0000000..b9e0346
--- /dev/null
+++ b/binutils-2.21/ld/testsuite/ld-mn10300/i112045-1.s
@@ -0,0 +1,14 @@
+ .text
+ .global _start
+_start:
+ add 0x1000 - L01, A0
+ nop
+ nop
+L01:
+ add L01 + 0x123, A0
+ nop
+ nop
+L02:
+ add L02 - L01, A0
+ nop
+ nop