summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr20513b.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/pr20513b.s')
-rw-r--r--ld/testsuite/ld-elf/pr20513b.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/pr20513b.s b/ld/testsuite/ld-elf/pr20513b.s
new file mode 100644
index 00000000000..b6741fc2551
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr20513b.s
@@ -0,0 +1,14 @@
+ .section .text.exclude,"axe","progbits"
+ .type start,"function"
+ .global start
+start:
+ .type _start,"function"
+ .global _start
+_start:
+ .type __start,"function"
+ .global __start
+__start:
+ .type main,"function"
+ .global main
+main:
+ .long 0