aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-avr/pr20789.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-avr/pr20789.s')
-rw-r--r--ld/testsuite/ld-avr/pr20789.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ld-avr/pr20789.s b/ld/testsuite/ld-avr/pr20789.s
new file mode 100644
index 0000000..cee46e7
--- /dev/null
+++ b/ld/testsuite/ld-avr/pr20789.s
@@ -0,0 +1,12 @@
+ .file "pr20789.s"
+.section .text,"ax",@progbits
+main:
+L1:
+ jmp L1
+L2:
+.global x
+ .section .data
+ .type x, @object
+ .size x, 2
+x:
+ .word L1 - L2