aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/znotext-plt-relocations.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/znotext-plt-relocations.s')
-rw-r--r--test/ELF/Inputs/znotext-plt-relocations.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ELF/Inputs/znotext-plt-relocations.s b/test/ELF/Inputs/znotext-plt-relocations.s
new file mode 100644
index 000000000000..f269cf906619
--- /dev/null
+++ b/test/ELF/Inputs/znotext-plt-relocations.s
@@ -0,0 +1,10 @@
+.text
+.global atexit
+.type atexit,@function
+atexit:
+ nop
+
+.global foo
+.type foo,@function
+foo:
+ nop