Date: Thu, 27 May 1999 15:34:04 +0200 From: Marcel Moolenaar <marcel@scc.nl> To: uday kiran <uday@aravalli.novalink.stpn.soft.net> Cc: emulation@freebsd.org Subject: Re: [uday@aravalli.novalink.stpn.soft.net: linux-emulator] Message-ID: <374D49CC.BF385B46@scc.nl> References: <19990526114240.A8555@cs.tu-berlin.de> <374C6895.7F73B916@scc.nl> <374CE4A1.125D1E3@encanto.stpn.soft.net> <374D2A02.1CE5364E@scc.nl> <374D2F36.DB791A82@encanto.stpn.soft.net>
next in thread | previous in thread | raw e-mail | index | archive | help
uday kiran wrote: > > following patch does: > > > Index: sys/kern/imgact_elf.c > > =================================================================== > > RCS file: /home/ncvs/src/sys/kern/imgact_elf.c,v > > retrieving revision 1.12.2.2 > > diff -r1.12.2.2 imgact_elf.c > > 255c255 > > < if (hdr->e_type != type) > > --- > > > if (hdr->e_type != type && hdr->e_type != ET_DYN) ^^^^^^ Correction: ET_DYN must be ET_REL. And as an extra consequence, the patch is not entirely correct then, but that is left as an execise for the reader :-) -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?374D49CC.BF385B46>