aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-avr/avr-prop-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-avr/avr-prop-2.s')
-rw-r--r--ld/testsuite/ld-avr/avr-prop-2.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ld-avr/avr-prop-2.s b/ld/testsuite/ld-avr/avr-prop-2.s
new file mode 100644
index 0000000..a36eb18
--- /dev/null
+++ b/ld/testsuite/ld-avr/avr-prop-2.s
@@ -0,0 +1,13 @@
+ .text
+ .global _start, label1, label2, dest
+_start:
+ CALL dest
+ .org 0x10
+label1:
+ CALL dest
+ .org 0x20
+label2:
+ CALL dest
+ .org 0x30
+dest:
+ nop