summaryrefslogtreecommitdiff
path: root/ldso/ldso/kvx/resolve.S
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/kvx/resolve.S')
-rw-r--r--ldso/ldso/kvx/resolve.S17
1 files changed, 17 insertions, 0 deletions
diff --git a/ldso/ldso/kvx/resolve.S b/ldso/ldso/kvx/resolve.S
new file mode 100644
index 000000000..6e7c3143c
--- /dev/null
+++ b/ldso/ldso/kvx/resolve.S
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2018 Kalray Inc.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#warning NOT IMPLEMENTED: THIS IS A SKELETON
+
+ .text
+ .globl _dl_linux_resolve
+ .type _dl_linux_resolve, %function
+ .align 2
+
+_dl_linux_resolve:
+ errop
+ ;;
+
+.size _dl_linux_resolve, .-_dl_linux_resolve