[uClibc-cvs] uClibc/ldso/ldso/mips elfinterp.c,1.12,1.13

Manuel Novoa III mjn3 at uclibc.org
Fri Feb 20 02:36:26 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso/mips
In directory nail:/tmp/cvs-serv4435

Modified Files:
	elfinterp.c 
Log Message:
Patch by Joakim Tjernlund <joakim.tjernlund at lumentis.se>, which got
mips mostly working.  From there, I tracked the bash failure to a
bad _dl_atexit address and Erik took it from there.


Index: elfinterp.c
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/mips/elfinterp.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- elfinterp.c	14 Feb 2004 12:33:19 -0000	1.12
+++ elfinterp.c	20 Feb 2004 02:36:23 -0000	1.13
@@ -301,7 +301,7 @@
 			}
 			else {
 				*got_entry = (unsigned long) _dl_find_hash(strtab +
-					sym->st_name, tpnt->symbol_scope, ELF_RTYPE_CLASS_COPY);
+					sym->st_name, tpnt->symbol_scope, ELF_RTYPE_CLASS_PLT);
 			}
 
 			got_entry++;




More information about the uClibc-cvs mailing list