summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/nios2/call26_noat.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/nios2/call26_noat.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/nios2/call26_noat.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/nios2/call26_noat.s b/binutils-2.25/gas/testsuite/gas/nios2/call26_noat.s
new file mode 100644
index 00000000..f0a93e79
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/nios2/call26_noat.s
@@ -0,0 +1,13 @@
+# Test for Nios II 32-bit relocations
+
+.global globalfunc
+.text
+.set norelax
+.set noat
+start:
+ call localfunc
+ call globalfunc
+
+.align 8
+localfunc:
+ nop