From owner-cvs-src@FreeBSD.ORG Fri Feb 13 10:14:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6733816A4CE; Fri, 13 Feb 2004 10:14:22 -0800 (PST) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CAE43D1F; Fri, 13 Feb 2004 10:14:21 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id i1DIEJKj005359; Fri, 13 Feb 2004 18:14:19 GMT (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) i1DIEIsD046694; Fri, 13 Feb 2004 18:14:19 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Marcel Moolenaar In-Reply-To: <20040213175306.GB95973@ns1.xcllnt.net> References: <200402130445.i1D4jfXa006380@repoman.freebsd.org> <1076665027.76557.11.camel@herring.nlsystems.com> <20040213175306.GB95973@ns1.xcllnt.net> Content-Type: text/plain Message-Id: <1076696058.4735.4.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 13 Feb 2004 18:14:18 +0000 Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/efi/loader Makefile src/sys/boot/ia64/skiload Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 18:14:22 -0000 On Fri, 2004-02-13 at 17:53, Marcel Moolenaar wrote: > On Fri, Feb 13, 2004 at 09:37:07AM +0000, Doug Rabson wrote: > > On Fri, 2004-02-13 at 04:45, Marcel Moolenaar wrote: > > > marcel 2004/02/12 20:45:41 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/boot/efi/loader Makefile > > > sys/boot/ia64/skiload Makefile > > > Log: > > > Don't create a mapfile during link. It's not needed for the build. > > > > I believe it was there from when I was tring to debug the inital loader > > port. > > Yes. What's your point? > > > The debug flags for skiload were there for my script which loaded > > the kernel and set a ski breakpoint at '__start' - it set breakpoints > > inside skiload so that it could swap symbol tables after the kernel was > > loaded. > > The script still works. All you need is an unstripped loader. You > don't need debug information for that. I thought that ru@ had asked why things were done this way - I was trying to explain.