From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 25 07:41:09 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43B081065676 for ; Mon, 25 Jan 2010 07:41:09 +0000 (UTC) (envelope-from julian@elischer.org) Received: from utility-0.aerioconnect.net (utility-0.aerioconnect.net [216.240.32.11]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED018FC0C for ; Mon, 25 Jan 2010 07:41:08 +0000 (UTC) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by utility-0.aerioconnect.net (8.13.1/8.13.1) with ESMTP id o0P7f7gR017156; Sun, 24 Jan 2010 23:41:07 -0800 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by idiom.com (Postfix) with ESMTP id D0B5E2D601C; Sun, 24 Jan 2010 23:41:06 -0800 (PST) Message-ID: <4B5D4B27.90604@elischer.org> Date: Sun, 24 Jan 2010 23:41:27 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Kostik Belousov References: <20100123133419.GI59590@deviant.kiev.zoral.com.ua> In-Reply-To: <20100123133419.GI59590@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Best , freebsd-hackers@freebsd.org Subject: Re: [patch] extending/completing brandelf's OS knowledge X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2010 07:41:09 -0000 Kostik Belousov wrote: > On Sat, Jan 23, 2010 at 01:07:44PM +0100, Alexander Best wrote: >> patch is pretty self explanatory i guess. brandelf should now be able to >> handle all OSes defined in the current SCO elf specs (26.10.2009). > [...] >> #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ >> > > This does not make a sense. brandelf(1) is (was) used as a way to specify > hint for the FreeBSD kernel under which ABI emulation the binary should > be activated. > > We do not support, and I believe never will, ABIs added in the patch. but it might be useful in a cross development environment.