]> granicus.if.org Git - musl/commitdiff
make the x32 port use the correct ld-musl-x32.path filename
authorRich Felker <dalias@aerifal.cx>
Mon, 24 Feb 2014 04:20:18 +0000 (23:20 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 24 Feb 2014 04:20:18 +0000 (23:20 -0500)
previously it was wrongly using the x86_64 one, precluding having both
x32 and x86_64 libs present on the same system.

arch/x32/reloc.h

index 28cf7cc1563fe1e377e4d53e7bd4416e7f8948ea..f294eece80057bdae80617c7bafa3bfd0f44ba52 100644 (file)
@@ -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)