Date: Wed, 7 Oct 1998 21:15:22 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Brian Feldman <green@unixhelp.org> Cc: current@FreeBSD.ORG Subject: Re: your mail Message-ID: <Pine.BSF.4.01.9810072102460.361-100000@herring.nlsystems.com> In-Reply-To: <Pine.BSF.4.03.9810071123210.1840-200000@feldman.dyn.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 7 Oct 1998, Brian Feldman wrote: > How does this work, as a translation of elf_machdep.c from alpha, to i386? > > Note: kldload still doesn't work right..... It looks reasonable at first inspection. You can use 'objdump --reloc' to list the types of relocation in the object you are trying to load. The easiest way to debug this stuff is to put a breakpoint in elf_reloc and simply examine each one. For a small test module, there won't be very many. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9810072102460.361-100000>