summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/reloc.h')
-rw-r--r--arch/nt32/reloc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/nt32/reloc.h b/arch/nt32/reloc.h
new file mode 100644
index 0000000..20abf44
--- /dev/null
+++ b/arch/nt32/reloc.h
@@ -0,0 +1,6 @@
+#define LDSO_ARCH "PE32+"
+
+static int remap_rel(int type)
+{
+ return 0;
+}