aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/wrap-with-archive.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/wrap-with-archive.s')
-rw-r--r--test/ELF/Inputs/wrap-with-archive.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ELF/Inputs/wrap-with-archive.s b/test/ELF/Inputs/wrap-with-archive.s
new file mode 100644
index 000000000000..93aaddc8806a
--- /dev/null
+++ b/test/ELF/Inputs/wrap-with-archive.s
@@ -0,0 +1,5 @@
+.global __executable_start
+.global __wrap_get_executable_start
+
+__wrap_get_executable_start:
+ movabs $__executable_start,%rdx