summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/nios2/call_noat.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/nios2/call_noat.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/nios2/call_noat.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/nios2/call_noat.s b/binutils-2.25/gas/testsuite/gas/nios2/call_noat.s
new file mode 100644
index 00000000..67613b78
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/nios2/call_noat.s
@@ -0,0 +1,14 @@
+# Source file used to test the call and callr instructions
+.text
+.set norelax
+.set noat
+foo:
+ call func1
+ callr r10
+# use external symbol
+ .global external
+ call external
+func1:
+
+
+