aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-crx/reloc-abs32.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-crx/reloc-abs32.s')
-rw-r--r--ld/testsuite/ld-crx/reloc-abs32.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-crx/reloc-abs32.s b/ld/testsuite/ld-crx/reloc-abs32.s
new file mode 100644
index 0000000..40ead76
--- /dev/null
+++ b/ld/testsuite/ld-crx/reloc-abs32.s
@@ -0,0 +1,7 @@
+# Test absolute relocation R_CRX_ABS32
+
+ .section .text_32,"ax","progbits"
+ .global _start
+_start:
+ loadb foo32, r1
+