Date: Mon, 15 Dec 2008 17:27:08 +0300 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: Andriy Gapon <avg@icyb.net.ua> Cc: freebsd-hackers@freebsd.org Subject: Re: memtest86+ on freebsd Message-ID: <UtxGBGuVuemk8OcS1gDPEw78Aok@VULTLOHGNlPnB6yOjbBvjMB9mrA> In-Reply-To: <494648AF.6010009@icyb.net.ua> References: <4909DC03.1080901@icyb.net.ua> <20081030184625.GA99398@server.vk2pj.dyndns.org> <490B05BA.9090306@icyb.net.ua> <4942483D.8000003@icyb.net.ua> <494648AF.6010009@icyb.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
--wwtQuX191/I956S7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Andriy, good day. Mon, Dec 15, 2008 at 02:08:15PM +0200, Andriy Gapon wrote: > on 12/12/2008 13:17 Andriy Gapon said the following: > > Just in case anybody still remembers this issue. > > It seams that the main culprit here was the following line in the linker > > script: > >=20 > > OUTPUT_FORMAT("elf32-i386"); > >=20 > > I was tipped just today that it should have read: > > OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", > > "elf32-i386-freebsd"); >=20 > In fact it was Stephan Eisvogel who provided me with this hint. Yes, it is a somewhat known culprit. A number of packages that are messing with assembly code have troubles due to this directive. The better way to overcome this issue is not to patch linker scripts, but to override object format via '--oformat elf32-i386-freebsd' command-line switch to ld(1). With this your proposed patch could be made even smaller, providing that you can override linker command-line switches, and it will be more robust in respect to the patching troubles when linker scripts will be changed. --=20 Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual =20 )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook=20 {_.-``-' {_/ # --wwtQuX191/I956S7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAklGaTwACgkQthUKNsbL7YgFygCfdFfShV5bubDTqFZDbEGeYduz PN4AnRY6Kx+3Kqof4L4QmfjAjulo0ev+ =b6Zq -----END PGP SIGNATURE----- --wwtQuX191/I956S7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?UtxGBGuVuemk8OcS1gDPEw78Aok>