aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/ztext-text-notext.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/ztext-text-notext.s')
-rw-r--r--test/ELF/Inputs/ztext-text-notext.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ELF/Inputs/ztext-text-notext.s b/test/ELF/Inputs/ztext-text-notext.s
new file mode 100644
index 000000000000..f66b3ee1e29b
--- /dev/null
+++ b/test/ELF/Inputs/ztext-text-notext.s
@@ -0,0 +1,10 @@
+ .global bar
+ .type bar, @object
+ .size bar, 8
+bar:
+ .quad 0
+
+ .global zed
+ .type zed, @function
+zed:
+ nop