about summary refs log tree commit diff
path: root/arch/x32/reloc.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-02-23 23:20:18 -0500
committerRich Felker <dalias@aerifal.cx>2014-02-23 23:20:18 -0500
commit744f11897a509c54ecbac5e8e27facf3c14b2142 (patch)
tree07a3f9861d1a7763df763908d56477f6827e9db6 /arch/x32/reloc.h
parent3a3c813e08d808224c12fd0e9104aeff7c45c9a7 (diff)
downloadmusl-744f11897a509c54ecbac5e8e27facf3c14b2142.tar.gz
musl-744f11897a509c54ecbac5e8e27facf3c14b2142.tar.xz
musl-744f11897a509c54ecbac5e8e27facf3c14b2142.zip
make the x32 port use the correct ld-musl-x32.path filename
previously it was wrongly using the x86_64 one, precluding having both
x32 and x86_64 libs present on the same system.
Diffstat (limited to 'arch/x32/reloc.h')
-rw-r--r--arch/x32/reloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x32/reloc.h b/arch/x32/reloc.h
index 28cf7cc1..f294eece 100644
--- a/arch/x32/reloc.h
+++ b/arch/x32/reloc.h
@@ -2,7 +2,7 @@
 #include <string.h>
 #include <elf.h>
 
-#define LDSO_ARCH "x86_64"
+#define LDSO_ARCH "x32"
 
 #define IS_COPY(x) ((x)==R_X86_64_COPY)
 #define IS_PLT(x) ((x)==R_X86_64_JUMP_SLOT)