summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--arch/nt32/reloc.h2
-rw-r--r--arch/nt64/reloc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/reloc.h b/arch/nt32/reloc.h
index 20abf44..517f34e 100644
--- a/arch/nt32/reloc.h
+++ b/arch/nt32/reloc.h
@@ -1,4 +1,4 @@
-#define LDSO_ARCH "PE32+"
+#define LDSO_ARCH "nt32"
static int remap_rel(int type)
{
diff --git a/arch/nt64/reloc.h b/arch/nt64/reloc.h
index 20abf44..eb3475e 100644
--- a/arch/nt64/reloc.h
+++ b/arch/nt64/reloc.h
@@ -1,4 +1,4 @@
-#define LDSO_ARCH "PE32+"
+#define LDSO_ARCH "nt64"
static int remap_rel(int type)
{