summaryrefslogtreecommitdiffstats
path: root/ld/testsuite/ld-sh/vxworks3-lib.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sh/vxworks3-lib.s')
-rw-r--r--ld/testsuite/ld-sh/vxworks3-lib.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/vxworks3-lib.s b/ld/testsuite/ld-sh/vxworks3-lib.s
new file mode 100644
index 0000000000..6e10331653
--- /dev/null
+++ b/ld/testsuite/ld-sh/vxworks3-lib.s
@@ -0,0 +1,12 @@
+ .macro entry
+ .globl foo\@
+ .size foo\@,4
+ .type foo\@,@function
+foo\@:
+ rts
+ nop
+ .endm
+
+ .rept 511
+ entry
+ .endr
OpenPOWER on IntegriCloud