aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-crx/reloc-imm32.s
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-09-03 14:31:41 +0000
committerNick Clifton <nickc@redhat.com>2004-09-03 14:31:41 +0000
commit42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f (patch)
tree37d2af0e5232af83ae00e569edf556f4c5dc6bf6 /ld/testsuite/ld-crx/reloc-imm32.s
parent6e3b68350d29fde1dedc4772bbdce07ac3669f97 (diff)
downloadgdb-42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f.zip
gdb-42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f.tar.gz
gdb-42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f.tar.bz2
Add LD and GAS testsuites for CRX port.
Fix several crx bugs.
Diffstat (limited to 'ld/testsuite/ld-crx/reloc-imm32.s')
-rw-r--r--ld/testsuite/ld-crx/reloc-imm32.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-crx/reloc-imm32.s b/ld/testsuite/ld-crx/reloc-imm32.s
new file mode 100644
index 0000000..ccf71be
--- /dev/null
+++ b/ld/testsuite/ld-crx/reloc-imm32.s
@@ -0,0 +1,7 @@
+# Test immediate relocation R_CRX_IMM32
+
+ .section .text_32,"ax","progbits"
+ .global _start
+_start:
+ addd $foo32, r6
+