From owner-freebsd-arch Fri Feb 23 12:22: 9 2001 Delivered-To: freebsd-arch@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 131B537B401; Fri, 23 Feb 2001 12:22:07 -0800 (PST) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f1NKLK791480; Fri, 23 Feb 2001 14:21:20 -0600 (CST) (envelope-from jlemon) Date: Fri, 23 Feb 2001 14:21:20 -0600 From: Jonathan Lemon To: "David O'Brien" Cc: Jonathan Lemon , arch@FreeBSD.ORG Subject: Re: sysctl kern.fallback_elf_brand Message-ID: <20010223142120.Q5714@prism.flugsvamp.com> References: <3A960EF8.75C3FC53@cup.hp.com> <20010223085849.I5714@prism.flugsvamp.com> <20010223121328.A68586@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20010223121328.A68586@dragon.nuxi.com> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 12:13:28PM -0800, David O'Brien wrote: > On Fri, Feb 23, 2001 at 08:58:49AM -0600, Jonathan Lemon wrote: > > +/* magic marker for fallback elf brand, not for e_ident[EI_OSABI] */ > > +#define ELFOSABI_NONE (-1) /* No OSABI defined */ > > Please do not commit this (see my earlier message). > > My version of this uses the naked "-1". Please do not make up > non-standard (ie, not defined by the ELF ABI maintainers) symbols. Yes, I thought about doing that as well, but thought it might be clearer to have the '-1' documented somewhere, especially since it is visible to the user via a sysctl. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message