summaryrefslogtreecommitdiffstats
path: root/ld/testsuite/ld-maxq/r32-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-maxq/r32-1.s')
-rw-r--r--ld/testsuite/ld-maxq/r32-1.s20
1 files changed, 20 insertions, 0 deletions
diff --git a/ld/testsuite/ld-maxq/r32-1.s b/ld/testsuite/ld-maxq/r32-1.s
new file mode 100644
index 0000000000..9cf38c1a17
--- /dev/null
+++ b/ld/testsuite/ld-maxq/r32-1.s
@@ -0,0 +1,20 @@
+; Test the intersegment relocation
+; Inderpreetb@noida.hcltech.com
+
+.global _start
+.extern _main
+_start:
+ call _main
+ nop
+ nop
+ nop
+ nop
+.global _exit
+_exit:
+ nop
+ nop
+ nop
+.global _abort
+_abort:
+ nop
+ nop
OpenPOWER on IntegriCloud