From owner-freebsd-mips@FreeBSD.ORG Wed Dec 15 20:42:29 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C982106564A for ; Wed, 15 Dec 2010 20:42:29 +0000 (UTC) (envelope-from gonzo@launchpad.bluezbox.com) Received: from launchpad.bluezbox.com (hq.bluezbox.com [70.38.37.145]) by mx1.freebsd.org (Postfix) with ESMTP id 10FB78FC17 for ; Wed, 15 Dec 2010 20:42:27 +0000 (UTC) Received: from localhost ([127.0.0.1]) by launchpad.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1PSyB4-000ATU-Q8; Wed, 15 Dec 2010 12:42:23 -0800 Message-ID: <4D09282E.7080304@freebsd.org> Date: Wed, 15 Dec 2010 12:42:22 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Jayachandran C." References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@launchpad.bluezbox.com X-Spam-Level: ---- X-Spam-Report: Spam detection software, running on the system "hq.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 12/15/2010 7:28 AM, Jayachandran C. wrote: > I've attached a patch which cleans up sys/conf/Makefile.mips a bit, > the changes are: > - don't use -shared flag for the trampoline binary, now we generate a > shared obj, elf executable would be a better choice. > - don't generate tmphack.S, move the code to sys/mips/mips/inckern.S > - don't generate opt_kernname.h, pass KERNNAME with -D > > Please let me know your comments. I'm not sure which other platforms > use the elf trampoline code, let me know if this will break any > platform. Looks OK to me. [...] Content analysis details: (-4.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Cc: freebsd-mips@freebsd.org Subject: Re: Cleanup for ELF trampoline code. X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2010 20:42:29 -0000 On 12/15/2010 7:28 AM, Jayachandran C. wrote: > I've attached a patch which cleans up sys/conf/Makefile.mips a bit, > the changes are: > - don't use -shared flag for the trampoline binary, now we generate a > shared obj, elf executable would be a better choice. > - don't generate tmphack.S, move the code to sys/mips/mips/inckern.S > - don't generate opt_kernname.h, pass KERNNAME with -D > > Please let me know your comments. I'm not sure which other platforms > use the elf trampoline code, let me know if this will break any > platform. Looks OK to me.